https://github.com/vai7h/simple-mac-address-changer
A Python Mac Address changer :)
https://github.com/vai7h/simple-mac-address-changer
cybersecurity python-script python2 python3
Last synced: 1 day ago
JSON representation
A Python Mac Address changer :)
- Host: GitHub
- URL: https://github.com/vai7h/simple-mac-address-changer
- Owner: Vai7h
- License: mit
- Created: 2023-03-31T08:26:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T09:25:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T18:09:51.768Z (about 1 year ago)
- Topics: cybersecurity, python-script, python2, python3
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-Mac-Address-Changer
### *Made for Linux distributions.*
### *Compatible with both python2 and python3.*
**About**
A code in python to change Mac address of your PC to the one you desire !
Python was chosen for this task due to its strength as a programming language and the availability of numerous modules that can perform complex tasks with ease.
**Why a Mac Address Changer ?**
One of the ways to hide a computer on a network or pretend to be another network device is by changing the MAC address, which can help bypass access control
lists on servers or routers. Another advantage of this is that it can allow users to regain access to a Wi-Fi network if their MAC address has been blacklisted.
**Usage**
For more information use:-
```
python mac_changer.py --help
```
Fire up the script:-
#### Syntax:-
```
python mac_changer.py --i --mac
```
#### Example:-
```
python mac_changer.py --i eth0 --mac 70:56:51:BE:B3:00
```