kartikhunt3r / MacChanger

Simple Mac Address Changer For Linux In python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Mac Address Changer For Linux In python

License:MIT License


Languages

Language:Python 100.0%