mac-spoofer-pro is a simple yet powerful Python tool designed to spoof (change) the MAC address of network interfaces on Linux-based systems. The tool allows you to set a custom MAC address, generate a random MAC address of a network interface.
Warning
For Educational Purpose Only!.
Install git
apt install git
Install toilet
sudo apt install toilet
Install python3
apt update && upgrade
Clone from Github
git clone https://github.com/gaur-avvv/MAC-Spoofer-Pro
cd MAC-Spoofer-Pro
python3 mac_gen.py
Now A random mac address get generated copy that mac address Now run this command
sudo python3 mac_spoof.py
- if you are using kali-linux in vm then choose eth0
- else choose wlan0
- now put the copied mac address to change your original mac address
If you want to check your original mac address run this command and copy original mac address if you want to restore it earlier
ifconfig | grep ether

