Skip to content

mtm-x/wifi-jammer-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

Usage

Simply run

  wget https://raw.githubusercontent.com/mtm-x/wifi-jammer-script/refs/heads/main/wifijammer.sh
  chmod +x wifijammer.sh  
  sudo ./wifijammer.sh

Educational purpose only (:

About

Script to send deauth packets to a client

Topics

Resources

Stars

Watchers

Forks

Languages