Skip to content

Instantly share code, notes, and snippets.

@defsprite
Last active December 21, 2015 06:29
Show Gist options
  • Save defsprite/6264429 to your computer and use it in GitHub Desktop.
Save defsprite/6264429 to your computer and use it in GitHub Desktop.
Create a totally fake mac address.
# create a fake mac address
(1..6).map { '%02X' % rand(256) }.join(":")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment