Skip to content

himanshugupta2077/MAC-address-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

MAC Address Changer

MAC Address changer is a mini-project written in python to change the MAC address of the network interface in your hardware.

Compatible with Linux machines

Tech

Python Libraries Used:

  • [subprocess] - To run linux & system commands from python code.
  • [optparse] - To take user input in our code in a single line as an arguement.
  • [re] - We use regex to search and store MAC Address of requested network interface into a string.

Usage

python3 MAC_Changer.py -i [Network interface] -m [New MAC address]
For help:
python3 MAC_Changer.py --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages