Skip to content

S3r4ph1m-S3c/MACChangerPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

It's a little project for change MAC address, for ethical hacking purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages