01
02
2008
Mac ::: MAC-Address spoofing on Mac OS X
Posted by: fidel in Terminal, mac, tags: 10.4, 10.5, cli, mac, mac address proofing, mac-address, spoofing, static, suspekt.org, terminalIf 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)






Entries (RSS)