Return to Snippet

Revision: 24109
at February 21, 2010 16:30 by adkatrit


Initial Code
ran=$(head /dev/urandom | md5); MAC=00:07:${ran:0:2}:${ran:3:2}:${ran:5:2}:${ran:7:2}; sudo ifconfig wlan0 down hw ether $MAC; sudo ifconfig wlan0 up; echo ifconfig wlan0:0

Initial URL


Initial Description
works on mac osx, haven't tested on anything else.  let me know!

Initial Title
randomize your mac address

Initial Tags


Initial Language
Bash