Skip to content

Instantly share code, notes, and snippets.

@bvolpato
Last active March 17, 2016 21:59
Show Gist options
  • Save bvolpato/6124d1fc130ee5412c82 to your computer and use it in GitHub Desktop.
Save bvolpato/6124d1fc130ee5412c82 to your computer and use it in GitHub Desktop.
Spoof MAC Address Mac OS X
$ git clone https://github.com/feross/SpoofMAC.git
$ cd SpoofMAC
$ python setup.py install
$ cd scripts
$ python spoof-mac.py list
- "Ethernet" on device "en0" with MAC address 3C:07:54:55:71:41
- "FireWire" on device "fw0" with MAC address A4:B1:97:FF:FE:9E
- "Wi-Fi" on device "en1" with MAC address 68:A8:6D:1B:FE:E4 currently set to 00:E0:B8:1B:FE:E4
$ python spoof-mac.py set 00:00:00:00:00 en1 # or whatever mac address you want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment