Jump to content
Nytro

SpoofMAC - Spoof your MAC address

Recommended Posts

Posted

SpoofMAC - Spoof your MAC address

For 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 SpoofMAC

easy_install SpoofMAC

or clone/download the repository and install with setup.py. Ex:

git clone git://github.com/feross/SpoofMAC.git

cd SpoofMAC

python 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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...