Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created September 7, 2016 21:04
Show Gist options
  • Save ifnull/ca90082fe4822c6faed3de2d1bbbbdf7 to your computer and use it in GitHub Desktop.
Save ifnull/ca90082fe4822c6faed3de2d1bbbbdf7 to your computer and use it in GitHub Desktop.
Spoof Mac Address
sudo su
/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -z;
ifconfig en0 down;
ifconfig en0 up;
sleep 10;
ifconfig en0 ether aa:bb:cc:dd:ee:ff;
networksetup -detectnewhardware;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment