https://github.com/thegera4/mac_changer_script
Basic MAC Address changer script
https://github.com/thegera4/mac_changer_script
cybersecurity ethical-hacking hacking python2 python3
Last synced: 18 days ago
JSON representation
Basic MAC Address changer script
- Host: GitHub
- URL: https://github.com/thegera4/mac_changer_script
- Owner: thegera4
- Created: 2023-05-03T23:29:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T00:19:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T10:45:51.414Z (about 1 year ago)
- Topics: cybersecurity, ethical-hacking, hacking, python2, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mac_changer_script
This is a basic MAC Address changer script
# How to use it:
-In your command console navigate to the folder where you store the script.
-Use the command 'python mac_changer.py -i INTERFACE -m MAC'
( INTERFACE = for example eth0, wlan0, etc / MAC = for example 00:11:22:33:44:55)
# Output:
-It will display some messages with the current MAC Addres, and the new MAC Address for confirmation
# Arguments:
-i or --interface = Interface for which you want to change the MAC Address.
-m or --mac = New MAC Address to set.
-h or --help = to display the help
Enjoy!