This script changes the MAC address of the selected interface/device using ifconfig
. Make sure
ifconfig
is installed on your pc.
apt-get install net-tools
pacman -S net-tools
- for help:
sudo python mac_address_changer.py -h
sudo python mac_address_changer.py <nameofinterface> <macaddress>