/ Published in: Bash
![](/img/icon_sav.png?v3)
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
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)