Skip to content

mtm-x/wifi-jammer-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

WiFi Jammer Script

A simple Bash script to jam the specified AP and disconnects every client connected to that AP. If you wanna try manually rather then script head to my another repo wifi-jammer. This bash script will basically send deauth packets to the target AP and you can send deauth packets to specified client

Working

Deauthentication Attack

A deauth attack sends forged deauthentication packets from your machine to a client connected to the network you are trying to jam. These packets include fake "sender" addresses that make them appear to the client as if they were sent from the access point themselves. Upon receipt of such packets, most clients disconnect from the network and immediately reconnect and try to reconnect again but fails to connect

Installation

  1. Clone this repo
git clone https://github.com/mtm-x/wifi-jammer-script
  1. change directory to the cloned repo
cd wifi-jammer-script

3.Now set executable permission for wifijammer.sh

chmod +x wifijammer.sh  
  1. Now execute with root permission
  sudo ./wifijammer.sh

Educational purpose only (:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages