Wednesday, November 26, 2008
Howto change your MAC address (helps in hacking)
Posted on 6:37 AM by Unknown
Open up a terminal and switch to root user.Suppose : xx:xx:xx:xx:xx:xx = new mac address you wan to assign to you boxexample: 1a:2b:3c:4d:5e:6fCharacters allowed in mac address: 1 2 3 4 5 6 7 8 9 0 a b c d e fenter the following:# ifconfig eth0 down# ifconfig eth0 hw ether 1a:2b:3c:4d:5e:6f# ifconfig etho upCheck the new MAC address by using following command# ifconfig
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment