If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟
This utility provides a simple Python script for listing network interfaces and changing the MAC address on Windows and Linux systems 🖥️.
- Click the link to read Instructions 📄.
- List Network Interfaces: Easily list all network interfaces available on your system 📋.
- Change MAC Address: Change the MAC address of a specified network interface 🛠️.
Make sure to run the command prompt in Administrator mode to change the MAC address 🔒.
- Python 3.x 🐍
- Works on Windows and Linux 🖥️🐧
If you don’t have Python installed, here are a few options:
To list all network interfaces on your system, simply run:
python main.py --list
To change the MAC address of a specific interface, use:
python main.py --interface "Your Interface Name" --mac "New MAC Address"
- Replace
Your Interface Namewith the name of your network interface andNew MAC Addresswith the new MAC address you want to set.
- Windows 🪟
- Linux 🐧
This tool is for educational purposes only. Use it at your own risk. The author is not responsible for any misuse or damage caused by this program 🛑.
IF YOUR ISP COMES AFTER YOU, THAT'S ON YOU, I AM NOT HELD RESPONSIBLE 📜.
This project is licensed under the MIT License. See the LICENSE file for details 📄.