Skip to content

Python script to change MAC address of a network interface

License

Notifications You must be signed in to change notification settings

Roshaen/MAC-addr-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAC-addr-changer

Python script to change MAC address of a network interface

How to run?

To view all network devices connected to the same network:

python3 main.py --show <ip or ip range>

To change MAC address:

python3 main.py -i <interface> -m <mac_addr>
or
python3 main.py --interface <interface> --mac <mac_addr>

Help!

python3 main.py --help

About

Python script to change MAC address of a network interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages