Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFiJammer

WiFiJammer is a Python tool for scanning WiFi networks, listing connected devices, and sending deauthentication (Deauth) packets to test wireless network security.

Features

  • Scan WiFi networks across different channels
  • Display a table of SSIDs, channels, and connected devices in the terminal (Rich Table)
  • Send Deauth packets to disconnect devices from access points
  • Read network and device information from a CSV file
  • Customizable via command-line arguments

Installation

  1. Clone the repository:
git clone https://github.com/11linear11/WiFiJammer.git
cd WiFiJammer
  1. Install dependencies:
pip install scapy rich

To use the deauth feature, your network card must support monitor mode and you need root privileges.

Usage

Run with main arguments:

sudo python WiFiJammer.py --Networkcard wlan0 --address data.csv

Main arguments:

  • --Networkcard or -NC : Name of your network card (required)
  • --address or -a : Path to your CSV file with networks
  • --scannum or -s : How many rounds between each scan? (optional)
  • --timeout or -t : Timeout for scan (optional)
  • --deauthnum or -d : Number of deauth packets (optional)
  • --starterchannel or -sc : First channel to scan (optional)
  • --endchannel or -ec : Last channel to scan (optional)
  • --channel or -c : Scan only a specific channel (optional)

Example:

sudo python WiFiJammer.py -NC wlan0 -a wifi-data.csv -s 50 -t 5 -d 2 -sc 1 -ec 11

Important Notes

  • This tool is only for educational and security testing purposes.
  • Unauthorized or malicious use of this tool is prohibited and illegal.
  • You need root privileges and a compatible network card for proper operation.
  • Use responsibly; you are responsible for your actions.

Author

Made by linear Enjoy! :)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages