Posts

Showing posts with the label How To Change MAC Address On Kali Linux

How To Change MAC Address On Kali Linux

How To Change MAC Address On Kali Linux Changing MAC address or we also can call it MAC address spoofing will be useful in some cases, but we will talk about it later in conclusion at the end of this article. Requirement: 1. Linux terminal Step by step How to Change MAC Address on Kali Linux: 1. Open your terminal, and type ifconfig | grep HWaddr How To Change MAC Address On Kali Linux you will see your original MAC address, mine was 08:00:27:b2:4d:4b 2. To temporary change our MAC address, we need to turn off the network interface first by running this command ifconfig eth0 down 3. After that we can configure the new MAC address ifconfig eth0 hw ether 00:00:00:00:00:02 you can change the MAC address using this hexadecimal format XX:XX:XX:XX:XX:XX 4. Now we can turn on the network interface again. ifconfig eth0 up 5. And the last we can check again our MAC whether it's change or not. How To Change MAC Address On Kali Linux if we follow until this step, MAC address will back to