Created
September 7, 2016 21:04
-
-
Save ifnull/ca90082fe4822c6faed3de2d1bbbbdf7 to your computer and use it in GitHub Desktop.
Spoof Mac Address
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
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