Monday, January 31, 2011

How to spoof MAC id

Here we go, assuming you want to change the MAC id for eth0.

sudo ifconfig eth0 down 
sudo ifconfig eth0 hw ether 00:00:00:00:00:00      (choose your mac here)
sudo ifconfig eth0 up


2 comments:

Ragu said...

Try MAC Changer for doing new things!

apt-get install macchanger

apt-cache show mac changer

Happy Hacking ...

Ragu said...

Try MAC Changer for doing new things!

apt-get install macchanger

apt-cache show mac changer

Happy Hacking ...