change MAC address on Kali Linux
This operation requires root privileges. Do the following # macchanger -s eth0 You need yo turn down the interface before changin its MAC address change. Use ifconfig command to turn off your network interface. Remember to have root privileges otherwise you cannot run ifconfig: # ifconfig eth0 down If the following error message appears you … Read more