Skip to content

nadesh00/python-macchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

i designed this macchanger specifically to work with unix shell .



# python
contains python ETH tools 

two modules are used 
 optparser                 https://docs.python.org/3/library/optparse.html
 subprocess                https://docs.python.org/3/library/subprocess.html
 
 using the self made function macchanger()
  we are parsing two parameters "interface" and "new mac" address to the function

--help displays 

Usage: macchanger.py [options]

Options:
  -h, --help            show this help message and exit
  -i INTERFACE, --interface=INTERFACE
                        set interface using this flag
  -m MAC_ADDRESS, --mac=MAC_ADDRESS
                        set the new mac address

// the optparse is deprecated after python3.2 

now it uses "argparse" module  https://docs.python.org/3/library/argparse.html
   

About

contains python ETH tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages