Skip to content

kartikhunt3r/MacChanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAC Changer

Simple Mac Address Changer For Linux In python

Logo

Tools

Features

  • change mac address in specific time durations
  • change custom mac address
  • easy to use

MAC Chain ⛓️

change mac address automatically in specific time durations

installation:

git clone https://github.com/kartikhunt3r/MacChanger.git

cd MacChanger

chmod +x *

python3 mac-chain.py --help

run:

python3 mac-chain.py -i wlan0 -t 20                   

options:

Usage: mac-proxychain.py [options]

Options:
  -h, --help            show this help message and exit
  -i INTERFACE, --interface=INTERFACE
                        Interface To Change Its MAC Address
  -t TIME, --time=TIME  time duration between changing each MAC address                 

MacChanger

installation:

git clone https://github.com/kartikhunt3r/MacChanger.git

cd MacChanger

chmod +x *

python3 mac-changer.py --help

run:

python3 mac-changer.py -i wlan0 -m 11:22:33:44:55:66                  

options:

Usage: mac-changer.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

🔗 Links

portfolio

linkedin

twitter

youtube

License

MIT License

Releases

No releases published

Packages

No packages published

Languages