Skip to content

Instantly share code, notes, and snippets.

@mmathys
Created May 26, 2016 14:25
Show Gist options
  • Save mmathys/39ce43de9e7cfabaa0018157d76d93bb to your computer and use it in GitHub Desktop.
Save mmathys/39ce43de9e7cfabaa0018157d76d93bb to your computer and use it in GitHub Desktop.
Mac OS X change MAC-address
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%
@mmathys
Copy link
Author

mmathys commented Apr 3, 2017

lit af

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment