It is just a simple MAC adress spoofer made in pyhon.
Download:
sudo cd /usr/share
sudo git clone https://github.com/abgache/macontrol.git
sudo cd macontrol
sudo pip install -r requirements.txt
sudo chmod 555 /usr/share/macontrol/main.py
sudo cp /usr/share/macontrol/bin/macontrol /bin/macontrol
sudo cp /usr/share/macontrol/bin/macontrol-update /bin/macontrol-update
sudo chmod 555 /bin/macontrol
sudo chmod 555 /bin/macontrol-updateUsage:
macontrol [-h] [-i INTERFACE] [-m MAC] [--no-root] [-b]options:
-h, --help show this help message and exit
-i INTERFACE, --interface INTERFACE Network interface to modify
-m MAC, --mac MAC Specify the new MAC adress (random if not specified)
--no-root Disable the check for admin privileges
-b, --back Roll back to original MAC address
Update:
sudo /usr/share/macontrol/bin/macontrol-update Warning
If you get errors after updating, please re-run the updater and install pip dependencies.
Copyright (c) 2026 Abgache
Permission is hereby granted to use, copy, modify, and distribute this software for personal, educational, and security research purposes, subject to the following conditions:
- Do not use this software for illegal activities.
- Do not claim it as your own work without credit.
- If you break it, you fix it yourself.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.