Generate Random MAC Address


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. echo $RANDOM | openssl md5 | sed 's/\(..\)/\1:/g' | cut -b-17

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.