Friday, May 31, 2013

MAC address spoofing on BackTrack


Step 1: Use the command ifconfig to check the current MAC address

a1

Step 2: Use the command ifconfig eth0 down to turn off the network card
a2

Step 3: Use the macchanger-r eth0 to change the MAC address
a3
Step 4: Use the command ifconfig eth0 up to activate card network.And command ifconfig see the MAC address has been changed
a4
Also if you want to change the address of your own Mac (Mac users to bypass filter), then use the command
macchanger - mac = xx: xx: xx: xx: xx: xx eth0
with xx: xx: xx: xx: xx: xx is the MAC address to change

0 comments: