Created
August 29, 2025 14:26
-
-
Save whoo/ed41e6a3abb0148b372b8616cbe53614 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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