This is a simple Python script to change the MAC address of a network interface on Linux systems. It provides a user-friendly command-line interface to change the MAC address easily.
- Change MAC address of a network interface.
- Show current MAC address of a network interface.
- User-friendly command-line interface.
- Clone the repository:
git clone https://github.com/moonlxight/mac-address-changer
- Change into the project directory:
cd mac-address-changer
- Run the script:
python3 core.py
Follow the on-screen instructions to choose the desired action:
- Change MAC Address
- Show Current MAC Address
- Exit
You can configure the network interface name in the config.ini
file. (default -> eth0)
This project is licensed under the MIT License. See the LICENSE file for details.
This project was developed by TwistyJead.