A mac address changer
Change a MAC address of any non-virtual interface
Based on Zaid Sabih's tutorial in https://www.udemy.com/course/learn-python-and-ethical-hacking-from-scratch
Requirements
Installation
Configuration
Execution
Contribution
-
Python 3
-
a non-virtual network interface
git clone https://github.com/abraidotti/MACky
cd MACky
None
Example interface: eth0
Example MAC address: 11:22:33:44:55:66
python3 MACky.py --interface eth0 --mac 11:22:33:44:55:66
If you'd like to contribute, file a pull request or github issue to discuss.
TODO:
- add menu of non-virtual interfaces and a MAC input on execution with no flags