All Projects → feross → Spoof

feross / Spoof

Licence: mit
Easily spoof your MAC address in macOS, Windows, & Linux!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Spoof

wipri
(Network Metadata Privacy) MAC Address spoofer with bonus combo (options): hostname + signal spoofer - *no disconnects!* Privacy Changing w/Brand Mimics: run as command or optional new randomized identity each boot; includes flags for continually changing random times/changing valid OUI addresses + Hostname randomizer + Device/Signal/location an…
Stars: ✭ 26 (-98.31%)
Mutual labels:  mac, wifi, spoof
Spoofmac
💼 Change your MAC address for debugging
Stars: ✭ 2,687 (+74.37%)
Mutual labels:  wifi, mac, spoofmac
changemac
change mac address of linux ,ubuntu
Stars: ✭ 17 (-98.9%)
Mutual labels:  mac, wifi
Wireless Usb Adapter
Stars: ✭ 611 (-60.35%)
Mutual labels:  wifi, mac
x-ray
See the wifi password of the network you're on
Stars: ✭ 13 (-99.16%)
Mutual labels:  mac, wifi
Linkliar
🔗 Link-Layer MAC spoofing GUI for macOS
Stars: ✭ 885 (-42.57%)
Mutual labels:  wifi, mac
Wled Wemos Shield
Wemos D1 Mini (ESP8266) or Wemos ESP32 D1 Mini (ESP32) based shield for WLED firmware
Stars: ✭ 105 (-93.19%)
Mutual labels:  wifi
Awesome Mac
 Now we have become very big, Different from the original idea. Collect premium software in various categories.
Stars: ✭ 46,674 (+2928.81%)
Mutual labels:  mac
Cis For Macos Sierra
Stars: ✭ 104 (-93.25%)
Mutual labels:  mac
Menutube
Catch YouTube into your macOS menu bar! 🦄
Stars: ✭ 102 (-93.38%)
Mutual labels:  mac
Ltsupportautomotive
An iOS / watchOS / macOS support library for OBD2, VIN-Decoding, and more.
Stars: ✭ 111 (-92.8%)
Mutual labels:  wifi
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (-92.86%)
Mutual labels:  mac
Esp8266 Wifi Uart Bridge
Transparent WiFi (TCP, UDP) to UART Bridge, in AP or STATION mode
Stars: ✭ 107 (-93.06%)
Mutual labels:  wifi
Redtamarin
AS3 running on the command line / server side
Stars: ✭ 105 (-93.19%)
Mutual labels:  mac
Fx Borderlessscene
💠 Undecorated JavaFX Scene with implemented move, resize, minimise, maximise, close and Windows Aero Snap controls.
Stars: ✭ 108 (-92.99%)
Mutual labels:  mac
Connectivity
🌐 Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.
Stars: ✭ 1,476 (-4.22%)
Mutual labels:  wifi
Qaterial
🧩 Collection of Material Components based on QtQuickControls2.
Stars: ✭ 110 (-92.86%)
Mutual labels:  mac
Tensorflow Gpu Macosx
Unoffcial NVIDIA CUDA GPU support version of Google Tensorflow for MAC OSX
Stars: ✭ 103 (-93.32%)
Mutual labels:  mac
Bingpaper
Use Bing daily photo as your wallpaper for macOS.
Stars: ✭ 105 (-93.19%)
Mutual labels:  mac
Display manager
An open-source Python library which can modify your Mac's display settings manually or automatically.
Stars: ✭ 109 (-92.93%)
Mutual labels:  mac

spoof travis npm downloads javascript style guide

Easily spoof your MAC address in macOS, Windows, & Linux!

Node.js port of the popular SpoofMAC Python utility (GitHub: feross/SpoofMAC).

anonymous

Why?

I made this because changing your MAC address on macOS is harder than it should be. The Wi-Fi card needs to be manually disassociated from any connected networks in order for the change to apply correctly – super annoying! Doing this manually each time is tedious and lame.

Instead, just run spoof and change your MAC address in one command.

Now for Windows and Linux, too!

Instructions for beginners

Here are some easy install instructions for complete beginners.

  1. Install node.js (it's a programming platform like Python, Java, etc.)

  2. Open Terminal. Let's use Spotlight to find it.

terminal

  1. Install spoof by typing this command and pressing Enter.
npm install spoof -g

That's it! spoof is installed.

  1. Now, let's print out the help page. Just like before, run this command in Terminal.
spoof --help
  1. Now, let's print out all our network devices.
spoof list
  1. Find the device you want to set or randomize the MAC address for in the list. Wi-Fi is usually called en0 on modern Macs. Then, run this command:
sudo spoof randomize en0

You may need to reconnect to the Wi-Fi hotspot you were connected to. But, that's it! Your MAC address is changed. You can confirm by re-running:

spoof list

Full command list

You can always see up-to-date usage instructions by running spoof --help.

List available devices

spoof list
- "Ethernet" on device "en0" with MAC address 70:56:51:BE:B3:00
- "Wi-Fi" on device "en1" with MAC address 70:56:51:BE:B3:01 currently set to 70:56:51:BE:B3:02
- "Bluetooth PAN" on device "en1"

List available devices, but only those on Wi-Fi

spoof list --wifi
- "Wi-Fi" on device "en0" with MAC address 70:56:51:BE:B3:6F

Randomize MAC address (requires root)

You can use the hardware port name, such as:

spoof randomize wi-fi

or the device name, such as:

spoof randomize en0

Set device MAC address to something specific (requires root)

spoof set 00:00:00:00:00:00 en0

Reset device to its original MAC address (requires root)

While not always possible (because sometimes the original hardware MAC isn't available), you can try setting the MAC address of a device back to its burned-in address using reset:

spoof reset wi-fi

On macOS, another option to reset your MAC address is to simply restart your computer. macOS doesn't preserve changes to your MAC address between restarts.

Linux support?

Yep!

Linux support requires the ifconfig utility to be installed. It comes pre-installed with most Linux distributions.

Windows support?

Yep!

Automatically randomize MAC address on startup

If you want to set or randomize your MAC address and have it persist between restarts on macOS, consider using the Python version of this program, SpoofMAC, and following the instructions for running automatically on startup.

License

MIT. Copyright Feross Aboukhadijeh.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].