Skip to content

Macchanger is a free and open-source application that allows us to view and manipulate the MAC address of our computer every time. This application can be used from the terminal.

Notifications You must be signed in to change notification settings

aimemalaika/linux_macchanger_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Linux macchanger APP v1.0.0


          LINUX MACCHANGER V 1.0.0

            AUTHOR AIME MALAIKA

Usage: changemymac.py [options]

Options: -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 -r RAND, --random=RAND Generate random mac address MAC address use 0 as argument

Sample

  1. see help

python changemymac.py --help

2.modify to a precise mac address

python changemymac.py -i eth0 -m 00:11:22:33:33:78

3.modify to a random mac address

python changemymac.py -i eth0 -r 0

About

Macchanger is a free and open-source application that allows us to view and manipulate the MAC address of our computer every time. This application can be used from the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages