Skip to content

Python WiFi Deauthentication Script! Ready to take control of WiFi networks like a pro? Introducing our Python-based WiFi Deauthentication Script—the ultimate tool for network dominance. Explore vulnerabilities, disconnect devices, and fortify your security.

License

Notifications You must be signed in to change notification settings

AryanVBW/WIFIjam

Repository files navigation

WIFIjam Universal WiFi Deauthenticator & Info Tool


A WIFi Jamer , powered by Python

Features

  • 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

Requirements

  • Python 3.x
  • Scapy (auto-installs if missing)
  • Linux: iw, iwconfig, iwlist or iw dev, ip, sudo
  • macOS: airport utility (included on most systems)
  • Windows: No extra requirements (uses built-in netsh)

Usage

Linux

  1. (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
  2. Run the script as root:
    sudo python3 wifi_deauth_universal.py
  3. Follow the prompts to select your interface, scan for networks, and (if supported) perform a deauth attack.

macOS

  1. Run the script:
    python3 wifi_deauth_universal.py
  2. You can scan for nearby WiFi networks and view info. Deauth/jamming is not supported on most hardware.

Windows

  1. Run the script:
    python wifi_deauth_universal.py
  2. You can scan for nearby WiFi networks and view info. Deauth/jamming is not supported on most hardware.

Capabilities & Limitations

  • 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).

Safety & Disclaimer

  • 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.

Credits

  • Inspired by the open-source community and Scapy.
  • Thanks to all contributors and testers.

Features

  • JAM 2.4Hz wifi or Mobile hostpost
  • Jam 5Hz wifi or Mobile hostpost
  • deauthentication attack

Prerequisites

  • 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

Installation

 git clone https://github.com/AryanVBW/WIFIjam.git
 cd WIFIjam
 python3 wifi1.py 

or python3 wifi2.py

Visitor count

Thank You 🙏

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.

Disclaimer

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

About

Python WiFi Deauthentication Script! Ready to take control of WiFi networks like a pro? Introducing our Python-based WiFi Deauthentication Script—the ultimate tool for network dominance. Explore vulnerabilities, disconnect devices, and fortify your security.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •