Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slashtechno/wifi-deauth
A semi-automated python script that can deauth clients from access points.
https://github.com/slashtechno/wifi-deauth
automated deauthentication-attack ethical-hacking hacking wifi-deauth
Last synced: 15 days ago
JSON representation
A semi-automated python script that can deauth clients from access points.
- Host: GitHub
- URL: https://github.com/slashtechno/wifi-deauth
- Owner: slashtechno
- License: gpl-3.0
- Created: 2021-03-29T19:54:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T16:38:03.000Z (over 3 years ago)
- Last Synced: 2024-10-11T02:32:12.785Z (about 1 month ago)
- Topics: automated, deauthentication-attack, ethical-hacking, hacking, wifi-deauth
- Language: Python
- Homepage: https://slashtechno.github.io/wifi-deauth
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wifi-Deauth
A semi-automated python script that can deauth clients from access points### Prerequisites
* Aircrack-ng (use `sudo apt install aircrack-ng -y` to install)
* A WiFi adapter that supports monitor mode and package injection### Install
`wget -qO- https://raw.githubusercontent.com/slashtechno/Wifi-Deauth/main/install | bash`## To run
`WifiDeauth`### Update
I recommended updating frequently
`wget -qO- https://raw.githubusercontent.com/slashtechno/Wifi-Deauth/main/update | bash`### Uninstall
`wget -qO- https://raw.githubusercontent.com/slashtechno/Wifi-Deauth/main/uninstall | bash`### How this works
1. Asks for WiFi Interface (Adapter) to use
2. Puts your WiFi Adapter into monitor mode
3. Scans for WiFi networks
4. Asks for target AP's MAC address (bssid)
5. Searches for devices connected to that AP
6. Asks for target client's MAC (bssid)
7. Sends deauth packets to router and specified client
8. Stops monitor mode on that WiFI adapter### To-Do
- [X] Add install script that downloads script and adds script to bin
- [X] Add Update Script
- [X] Add uninstall script
- [ ] Allow deauth attack **without** choosing specific client connected to AP