0% found this document useful (0 votes)
28 views1 page

MAC Address Spoofing With Macchanger in Kali Linux: Ifconfig Eth0 Down

This document provides instructions for spoofing a MAC address in Kali Linux using the macchanger tool. It describes taking the network interface down, using macchanger to change the MAC address to either a specific address or random hexadecimal number, bringing the interface back up, displaying the new MAC address, and reverting back to the permanent MAC address.

Uploaded by

karan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

MAC Address Spoofing With Macchanger in Kali Linux: Ifconfig Eth0 Down

This document provides instructions for spoofing a MAC address in Kali Linux using the macchanger tool. It describes taking the network interface down, using macchanger to change the MAC address to either a specific address or random hexadecimal number, bringing the interface back up, displaying the new MAC address, and reverting back to the permanent MAC address.

Uploaded by

karan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MAC Address Spoofing with Macchanger in Kali Linux

First take interface down

# ifconfig eth0 down

Change to a Specific MAC address

# macchanger -m 00:d0:60:00:40:65 eth0

OR

To change network card's hardware MAC address to some


random hexadecimal numbers:

# macchanger -r eth0

Take interface up

# ifconfig eth0 up

Display New and Permamnent Mac

# macchanger -s eth0

To go back to Permamnent Mac

# macchanger -p eth0

You might also like