Change the Mac Address of linux machine.
clone the repo in your local machine
git clone https://github.com/anoopyadavan/macchanger.git
move into that directory
cd macchanger
install requirement
sudo pip install -r requirements.txt
Now run the tools
python3 macchanger.py
Now it will ask interface. Give wireless interface on which you want to change mac
After that it will ask Mac Address give mac Address what you want ex- AA:BB:CC:DD:EE:FF
python
pip