Return to Snippet

Revision: 47988
at June 21, 2011 13:02 by james0rion


Initial Code
echo $RANDOM | openssl md5 | sed 's/\(..\)/\1:/g' | cut -b-17

Initial URL


Initial Description
This can be used to generate a random MAC address which can be used for spoofing or other purposes.

Initial Title
Generate Random MAC Address

Initial Tags
mac

Initial Language
Bash