MAC Address Randomizer is a lightweight Python script for Linux users, allowing you to easily change the MAC address of any network interface. Compatible with popular Linux distributions like Kali Linux, Ubuntu, Debian, CentOS, Linux Mint, and more, this tool generates a random MAC address to enhance privacy and security. Ideal for network administrators and privacy-conscious users, it works seamlessly with the iproute2 toolset to modify your device's MAC address in just a few commands.
- GNU/Linux
- Kali Linux
- Ubuntu
- CentOS
- Linux Mint
- Debian
- Red Hat Enterprise Linux (RHEL):
1. Clone this repo:
git clone https://github.com/edatastyle/mac-address-randomizer.git
2. Move into the project directory:
cd mac-address-randomizer
3. Run the installation script with:
sudo chmod +x installer.sh
4. Run the installation script with:
sudo ./installer.sh
5. After the installation, you should be able to run the MAC address changer using:
change_mac -i wlan0
-h, --help Show this help message and exit
-i, --interface Interface name
Pull requests can be submitted here. Any contribution to the project will be highly appreciated.