https://github.com/suryakarmakar/mac-changer
Mac Changer For Linux
https://github.com/suryakarmakar/mac-changer
Last synced: 8 months ago
JSON representation
Mac Changer For Linux
- Host: GitHub
- URL: https://github.com/suryakarmakar/mac-changer
- Owner: SuryaKarmakar
- Created: 2020-12-27T15:46:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T18:20:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T13:16:19.128Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac-Changer
Simple Linux Based Mac Changer With Python
## Usage :
sudo python3 macChanger.py --interface [interface name] --mac [new mac address]
```
sudo python3 macChanger.py --interface eth0 --mac aa:bb:cc:dd:ee:ff```
## Options :
```
-h, --help For more info
-i, --interface Specify an Interface, e.g. eth0, wlan0
-m, --mac Specify an New MAC address, e.g. aa:bb:cc:dd:ee:ff```