A small script to randomize all of your MAC Addresses!
This script requires root privileges!
Requirements: This has been tested on kali linux but needs to be modified for some other versions of linux.
macchanger
sudo apt install macchanger
git clone https://github.com/sherlock-ohm/mac_randomizer.git
cd mac_randomizer
chmod +x mac_randomizer
sudo chown root:root mac_randomizer
sudo mv mac_randomizer /bin
sudo mac_randomizer
Alvaro Lopez Ortega [email protected]