/ 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
echo $RANDOM | openssl md5 | sed 's/\(..\)/\1:/g' | cut -b-17
You need to login to post a comment.
