https://github.com/sammymwangangi/automaticmacchanger
Changing MacAddresses automatically in Linux machines.
https://github.com/sammymwangangi/automaticmacchanger
macchanger python-3
Last synced: 3 months ago
JSON representation
Changing MacAddresses automatically in Linux machines.
- Host: GitHub
- URL: https://github.com/sammymwangangi/automaticmacchanger
- Owner: sammymwangangi
- Created: 2019-02-09T12:50:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T14:17:44.000Z (almost 7 years ago)
- Last Synced: 2025-06-04T23:51:24.730Z (7 months ago)
- Topics: macchanger, python-3
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# automaticmacchanger
Changes MAC address automatically in Linux machines.
## How To Use
1. Download Zip file and extract it in the directory of your choice.
### Run the following commands on your teminal
2. _cd /DIRECTORY YOU EXTRACTED YOU FILE/automaticmacchanger-master_
3. _sudo chmod u+x mac.py_
4. _apt-get install macchanger(if not installed on your OS)_
5. _python mac.py_ OR _python3 mac.py_
Leave your script running and your MAC address will be changed at every 300sec (5mins).
## Customizing
6. You can change the time at which the MAC address takes to change by editing this line of code
_time.sleep(300)_ ----> at line 11
##### 7. You can open the file on a text editor and change _wlan0_ to _eth0_ or depending on the type of network you're connected to.
### NOTE: The change is not permanent, NIC gets its real MAC address back as soon as you restart the PC.