https://github.com/araujo88/wifi-jammer
Continuously perform deauthentication attacks on all detectable stations
https://github.com/araujo88/wifi-jammer
deauthentication deauthentication-attack wifi-attack wifi-attacks wifi-jammer
Last synced: 5 months ago
JSON representation
Continuously perform deauthentication attacks on all detectable stations
- Host: GitHub
- URL: https://github.com/araujo88/wifi-jammer
- Owner: araujo88
- License: gpl-3.0
- Created: 2022-02-05T21:16:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T20:39:05.000Z (about 3 years ago)
- Last Synced: 2023-03-08T04:35:40.147Z (about 2 years ago)
- Topics: deauthentication, deauthentication-attack, wifi-attack, wifi-attacks, wifi-jammer
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wifi-jammer
Continuously perform deauthentication attacks on all detectable stations.
DISCLAIMER: I am not responsible for the misuse of this software for illicit purposes. Remember: with great power comes great responsibility.
## Pre-requisites
- Python 3
- Debian-based Linux (preferably Kali Linux)
- Wi-fi adapter that supports monitor modeThe following utilities are utilized:
- `airodump-ng`
- `aireplay-ng`
- `airmon-ng`## Parameters
- `IFACE`: name of the wi-fi interface
- `airodump_output`: name of the output .csv file for monitoring
- `num_packets`: number of deauthentication packets sent to the target## Usage
Just run `python3 main.py` and see the magic happens!
## TODO
Create docker image with Kali Linux and necessary tools installed.