A WIFi Jamer , powered by Python
- Cross-platform: Works on Linux, macOS, and Windows
- Detects OS and WiFi adapter capabilities
- Lists WiFi adapters and scans for networks (all OSes)
- On Linux, can attempt deauth (with monitor mode and compatible adapter)
- On macOS/Windows, shows detailed WiFi info and warns about limitations
- Robust error handling, clear user guidance, and optional scan result saving
- Python 3.x
- Scapy (auto-installs if missing)
- Linux:
iw
,iwconfig
,iwlist
oriw dev
,ip
,sudo
- macOS:
airport
utility (included on most systems) - Windows: No extra requirements (uses built-in
netsh
)
- (Optional) Put your WiFi adapter in monitor mode (the script can attempt this for you):
sudo iw <iface> set monitor control sudo ip link set <iface> up
- Run the script as root:
sudo python3 wifi_deauth_universal.py
- Follow the prompts to select your interface, scan for networks, and (if supported) perform a deauth attack.
- Run the script:
python3 wifi_deauth_universal.py
- You can scan for nearby WiFi networks and view info. Deauth/jamming is not supported on most hardware.
- Run the script:
python wifi_deauth_universal.py
- You can scan for nearby WiFi networks and view info. Deauth/jamming is not supported on most hardware.
- Linux:
- Can perform deauth/jamming if you have a compatible adapter in monitor mode.
- Can scan for networks and show info.
- macOS:
- Can scan for networks and show info.
- Deauth/jamming is not supported except with rare USB adapters and custom drivers.
- Windows:
- Can scan for networks and show info.
- Deauth/jamming is not supported except with rare hardware (e.g., AirPcap).
- This tool is for educational and authorized security testing only.
- Unauthorized use of WiFi jamming or deauthentication is illegal in many countries.
- The authors provide no warranty and are not responsible for misuse or damages.
- Inspired by the open-source community and Scapy.
- Thanks to all contributors and testers.
- JAM 2.4Hz wifi or Mobile hostpost
- Jam 5Hz wifi or Mobile hostpost
- deauthentication attack
- Monitor mode and Packet injection supported wifi adapter
- Install python3
- Debian, Ubuntu, Etc
sudo apt-get install python3
- Fedora, Oracle, Red Hat, etc
su -c "yum install python"
- Windows -Coming soon
- Debian, Ubuntu, Etc
git clone https://github.com/AryanVBW/WIFIjam.git
cd WIFIjam
python3 wifi1.py
or
python3 wifi2.py
This project was inspired by the incredible YouTube tutorial "WIFI Jamming in Python" and Python Network Hacking with Kali Linux and Scapy, which provided valuable insights into building an Exif data tool.
A heartfelt thanks to David Bombal for his fantastic red python script on GitHub, which served as a guiding resource during development.
To the open-source community, developers, and testers: your support makes this project thrive.
Aryan Provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
Wifi Jam is built for both Educational and Internal use ONLY.
Made with ❤️ By *Vivek W*
v1.1.2