Python program to change an interface MAC Address
- macchanger
For Debian-based linux distros, it can be installed by:
apt-get install macchanger python3 mac_changer.py [options] Must be executed as sudo
-h, --help show help message and exit -i INTERFACE, --interface=INTERFACE set interface to change the MAC address -d, --default return the interface to the original MAC Address -m NEWMAC, --mac=NEWMAC set the new MAC Address (if not set, a random one will be set)