Interesting Changing and Randomizing the MAC Address in Kali Linux

abadon1969

Moderator
Staff member
MODERATOR
SUPREME
MEMBER
Joined
Sep 17, 2025
Messages
458
Reaction score
2,377
Deposit
0$
🥷 Changing and Randomizing the MAC Address in Kali Linux

Open a Kali Linux terminal and run the following commands:
sudo ifconfig eth0 down
sudo macchanger -r eth0
sudo ifconfig eth0 up

You can also configure NetworkManager to change the MAC address to a random one each time you connect to the network:
echo -e "\n[connection]\nwifi.cloned-mac-address=random\n\n[connection]\nethernet.cloned"
 
Top Bottom