/ Published in: Bash

This can be used to generate a random MAC address which can be used for spoofing or other purposes.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
echo $RANDOM | openssl md5 | sed 's/\(..\)/\1:/g' | cut -b-17
Comments
