Skip to content

Python command line application used to change the MAC address for your NIC on Linux machines.

Notifications You must be signed in to change notification settings

Balen-Dev/MAC_Address_Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MAC Address Changer

Simple python script to change the MAC address of your NIC on Linux machines.

Usage

  • Navigate to file location, then run this command:
python mac_changer.py --help
  • To change the MAC address for a specific interface use this command:
python mac_changer.py -i [INTERFACE] -m [MAC ADDRESS]
  • Example case:
python mac_changer.py -i eth0 -m 00:11:22:33:44:55

About

Python command line application used to change the MAC address for your NIC on Linux machines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages