This is a simple Python script that allows you to change the MAC address of your network interface card (NIC).
- Python 3.x
- macOS or Linux operating system
- Clone the repository:
- Install the required packages:
- Run the script:
To change the MAC address of your NIC, run the following command:
- python main.py --interface eth0 --mac 00:11:22:33:44:55
- Replace
wlan0
with the name of your NIC and00:11:22:33:44:55
with the desired MAC address.
This project is licensed under the MIT License - see the LICENSE.md file for details.