Skip to content

Instantly share code, notes, and snippets.

@whoo
Created August 29, 2025 14:26
Show Gist options
  • Select an option

  • Save whoo/ed41e6a3abb0148b372b8616cbe53614 to your computer and use it in GitHub Desktop.

Select an option

Save whoo/ed41e6a3abb0148b372b8616cbe53614 to your computer and use it in GitHub Desktop.
ifconfig en0 down ; sleep 5; ifconfig en0 up; ifconfig en0 ether ca:fe:00:ba:be:$(printf %x $((RANDOM%256)))
ifconfig en0 down ; sleep 5; ifconfig en0 up; ifconfig en0 ether c0:de:00:ba:be:$(printf %x $((RANDOM%256)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment