X Tutup
Skip to content

ConTronTech/mac-spoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAC Address Auto-Spoofer

Automatic MAC address spoofing tool that monitors your network connection and changes your MAC when internet connectivity is lost — useful for bypassing MAC-based captive portals and session limits.

Platforms

  • Linux - Main directory (spoof.cpp, Makefile)
  • Windows - windows/ directory

Features

  • 🔄 Auto-Spoof Mode: Continuous monitoring with automatic MAC spoofing
  • 🎯 Network Lock: Optionally lock to a specific SSID
  • 🔔 Desktop Notifications: Get notified when MAC is spoofed
  • 💻 Interactive UI: Easy-to-use menu system
  • ⌨️ CLI Support: Full command-line operation

Quick Start

Linux

make
sudo ./spoof/spoof

Windows

cd windows
build.bat
spoof.exe

See platform-specific READMEs for detailed instructions.

How It Works

  1. Monitors WiFi connection status
  2. Detects when you're connected to WiFi but have no internet (captive portal)
  3. Automatically generates and applies a new random MAC address
  4. Waits for reconnection

Requirements

Linux

  • g++ with C++11 support
  • Root privileges (sudo)
  • ip command (iproute2)

Windows

  • Visual Studio or MinGW-w64
  • Administrator privileges
  • Windows 10/11

License

MIT

About

linux mac spoofing tool for those pesky Cafés and others...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

X Tutup