Skip to content

This is a Python Code for MAC Address Spoofer utility for LINUX systems, which takes input as an argument for the exact interface you wish to modify the MAC Address for and changes the MAC Address.

License

Notifications You must be signed in to change notification settings

harshjoshi-hj/MAC-Address-Spoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

/$$      /$$  /$$$$$$   /$$$$$$         /$$$$$$        /$$       /$$                                              /$$$$$$                                 /$$$$$$                  
| $$$    /$$$ /$$__  $$ /$$__  $$       /$$__  $$      | $$      | $$                                             /$$__  $$                               /$$__  $$                 
| $$$$  /$$$$| $$  \ $$| $$  \__/      | $$  \ $$  /$$$$$$$  /$$$$$$$  /$$$$$$  /$$$$$$   /$$$$$$$ /$$$$$$$      | $$  \__/  /$$$$$$   /$$$$$$   /$$$$$$ | $$  \__/$$$$$$   /$$$$$$ 
| $$ $$/$$ $$| $$$$$$$$| $$            | $$$$$$$$ /$$__  $$ /$$__  $$ /$$__  $$/$$__  $$ /$$_____//$$_____/      |  $$$$$$  /$$__  $$ /$$__  $$ /$$__  $$| $$$$  /$$__  $$ /$$__  $$
| $$  $$$| $$| $$__  $$| $$            | $$__  $$| $$  | $$| $$  | $$| $$  \__/ $$$$$$$$|  $$$$$$|  $$$$$$        \____  $$| $$  \ $$| $$  \ $$| $$  \ $$| $$_/ | $$$$$$$$| $$  \__/
| $$\  $ | $$| $$  | $$| $$    $$      | $$  | $$| $$  | $$| $$  | $$| $$     | $$_____/ \____  $$\____  $$       /$$  \ $$| $$  | $$| $$  | $$| $$  | $$| $$   | $$_____/| $$      
| $$ \/  | $$| $$  | $$|  $$$$$$/      | $$  | $$|  $$$$$$$|  $$$$$$$| $$     |  $$$$$$$ /$$$$$$$//$$$$$$$/      |  $$$$$$/| $$$$$$$/|  $$$$$$/|  $$$$$$/| $$   |  $$$$$$$| $$      
|__/     |__/|__/  |__/ \______/       |__/  |__/ \_______/ \_______/|__/      \_______/|_______/|_______/        \______/ | $$____/  \______/  \______/ |__/    \_______/|__/      
                                                                                                                           | $$                                                     
                                                                                                                           | $$                                                     
                                                                                                                           |__/                                                     

~ Harsh Joshi

This is a Python based command line MAC Address Spoofer utility for LINUX systems, which takes input as an argument for the exact interface you wish to modify the MAC Address for and changes the MAC Address.

How to use?

sudo python mac_changer.py --help   --> for help menu

sudo python mac_changer.py -i [INTERFACE] -m [NEW_MAC]

eg., sudo python mac_changer.py -i eth0 -m 00:11:22:33:44:55

About

This is a Python Code for MAC Address Spoofer utility for LINUX systems, which takes input as an argument for the exact interface you wish to modify the MAC Address for and changes the MAC Address.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages