Skip to content

A simple program to change the MAC address. For learning purposes.

Notifications You must be signed in to change notification settings

3dFerr/ChangeMac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

ChangeMac

A simple program to change the MAC address.

[this program is for learning purposes]

  • When run the program pass an interface and the new mac address as arguments
  -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:

> python3 change-mac.py -i eth0 -m 22:44:66:33:55:77

About

A simple program to change the MAC address. For learning purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages