A simple MAC address changer for Linux, written in Python.
- Change MAC address for any network interface.
- Show available network interfaces.
- Python 3
ifconfig
(usually part of thenet-tools
package)- Root privileges (
sudo
)
git clone https://github.com/trxycs/macso1i.git
cd macso1i
sudo python3 mac_changer.py -i wlan0 --mac 00:11:22:33:44:55
python3 mac_changer.py --show
python3 mac_changer.py -h
This project is licensed under the MIT License.