Created
May 26, 2016 14:25
-
-
Save mmathys/39ce43de9e7cfabaa0018157d76d93bb to your computer and use it in GitHub Desktop.
Mac OS X change 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
| ifconfig en0 | grep ether | |
| sudo /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -z | |
| # this is the mac we want to change to | |
| sudo ifconfig en0 ether d4:33:a3:ed:f2:12 | |
| networksetup -detectnewhardware | |
| ifconfig en0 | grep ether% |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lit af