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

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Jammer LOL

check out the cli script to skip the lib installation ---> here

Requirements

  • Python 3.x
  • PySide6 (optional)
  • 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. Ensure you have aircrack-ng installed:

    sudo apt-get install aircrack-ng

    or

    sudo pacman -S aircrack-ng

Usage

Best way is to download the binary from the release and run

    sudo -E ./Jammer_v1.0_x64_Linux.bin

or wihtout -E arugument

Run the application with root privileges: ( need to install the requirements )

  1. Install the required Python packages:

    pip install -r requirements.txt
  2. /home/lotus/qt_venv/bin/python ( this is your virt env path where u installed the requirements and make sure to give the full path as given below )

    sudo -E /home/lotus/qt_venv/bin/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