Skip to content

Instantly share code, notes, and snippets.

@gotexis
Last active October 4, 2024 05:42
Show Gist options
  • Save gotexis/d500625e806553ddf6efa9ceff55c285 to your computer and use it in GitHub Desktop.
Save gotexis/d500625e806553ddf6efa9ceff55c285 to your computer and use it in GitHub Desktop.
Spoofing MacOS MAC Address Oneliner
sudo networksetup -setairportpower en0 off; sudo networksetup -setairportpower en0 on; sudo spoof randomize en0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment