Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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