Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.02 KB

MACChangerPy

It's a small project for MAC address change, for ethical hacking purposes, don't use it for bad purposes, any infringement will be your responsibility.

"With great powers comes great responsabilities!!!"

Spider-man

Mode of use:

With this command, you will see all parameters of utilization in this program.

python3 main.py --help                                  

Options:

  -h, --help show this help message and exit
  -i INTERFACE, --interface=INTERFACE Interface to change its MAC address
  -m NEW_MAC, --mac=NEW_MAC New MAC address
                                      

Example:

use the command su to be a superuser, after this, use this command:

su

python3 main.py -i eth0 -m 00:00:00:00:00:00

Updates

v0.1

The "ifconfig" command is deprecated, changed the command to "ip" for more compatibility with other distros.