Nytro Posted September 25, 2014 Report Posted September 25, 2014 SpoofMAC - Spoof your MAC addressFor OS X, Windows, and Linux (most flavors) I made this because changing your MAC address in Mac OS X is harder than it should be. The biggest annoyance is that the Wi-Fi card (Airport) needs to be manually disassociated from any connected networks in order for the change to be applied correctly. Doing this manually every time is tedious and lame. Instead of doing that, just run this Python script and change your MAC address in one command. Now for Windows and Linux, too! Installation You can install from PyPI using pip or easy_install: pip install SpoofMACeasy_install SpoofMAC or clone/download the repository and install with setup.py. Ex: git clone git://github.com/feross/SpoofMAC.gitcd SpoofMACpython setup.py install If you're not using the system Python (because you use Homebrew, for example), make sure you add '/usr/local/share/python/' (or equivalent) to your path. Or, consider using spoof, a node.js port of this package.Sursa: https://github.com/feross/SpoofMAC Quote