Skip to content

Wifi jammer is a simple linux application to jam the wifi access point. Thanks to aircrack-ng suite

Notifications You must be signed in to change notification settings

mtm-x/wifijammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Jammer LOL

Requirements

  • Python 3.x
  • PySide6
  • aircrack-ng suite

Installation

Download the bin from the releases and run it with sudo. or

  1. Clone the repository:

    git clone https://github.com/mtm-x/wifijammer.git
    cd wifijammer
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Ensure you have aircrack-ng installed:

    sudo apt-get install aircrack-ng

    or

    sudo pacman -S aircrack-ng

Usage

  1. Run the application with root privileges:

    sudo python jammer.py

    or

    sudo -E python jammer.py
    

Screenshot

Screenshot_20250117_144919

About

Wifi jammer is a simple linux application to jam the wifi access point. Thanks to aircrack-ng suite

Topics

Resources

Stars

Watchers

Forks

Languages