/linux-mac-changer

Mac changer for Linux with Python <3

Primary LanguagePythonMIT LicenseMIT

If you want to enter the mac address manually:

For using:
sudo python app.py -i INTERFACE -m NEW_MAC_ADDRESS
Example:
sudo python app.py -i eth0 -m 00:11:22:33:44:55
And your Mac Adress chang. New Mac Adress: "00:11:22:33:44:55"

If you want the random mac address to be generated and changed:

For using:
sudo python random_1.py
output: "Write Interface:"
Example:
marijua@Marijua:~/Masaüstü/important/software/macAdressChanger$ sudo python3 random_1.py
Interface: enp2s0
Worked! new Mac adress: 00:16:3e:3b:ff:27
marijua@Marijua:~/Masaüstü/important/software/macAdressChanger$ ^C