Skip to content

Instantly share code, notes, and snippets.

@domwoe
Created August 18, 2016 15:06
Show Gist options
  • Save domwoe/f468bd1d0b74208f205ef01b93388360 to your computer and use it in GitHub Desktop.
Save domwoe/f468bd1d0b74208f205ef01b93388360 to your computer and use it in GitHub Desktop.
Spoof MAC address
openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//' | xargs sudo ifconfig en0 ether
@domwoe
Copy link
Author

domwoe commented Aug 18, 2016

added to bash profile with alias spoof

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment