Skip to content

Instantly share code, notes, and snippets.

@b3ll
Created May 30, 2014 19:07
Show Gist options
  • Save b3ll/6749282e0f67b595cb20 to your computer and use it in GitHub Desktop.
Save b3ll/6749282e0f67b595cb20 to your computer and use it in GitHub Desktop.
MAC address changer for OS X
function spoofmac
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport -z
sudo ifconfig en0 ether $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment