Mac ::: MAC-Address spoofing on Mac OS X
Friday, February 1st, 2008If you ever need another mac address do the following in Terminal.app, which is located in /Applications/Utilities :
10.5 / Leopard:
sudo ifconfig en0 lladdr 00:00:00:00:00:00
10.4 / Tiger:
sudo ifconfig en0 ether 00:00:00:00:00:00
Edit:
A static method can be found here (thanks to MMM)
Posted by fidel,
in Terminal, mac
7 Comments »


