This package implement a Dos attack on Wifi named Deauth.
Project description
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 # max verbose level
WifiDeauth -i "wlan0" # use specific interface
WifiDeauth -t "0A*" # using glob syntax to define targets
WifiDeauth -b "^([a-fA-F0-9]{2}:?){6}$" # using regex syntax to define BSSID
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 # install requirements
python3 WifiDeauth.pyz -vvvvv
# OR
python3 -m pip install scapy # install requirements
chmod u+x WifiDeauth.pyz # add execute rights
./WifiDeauth.pyz -b "*" # execute file
Python module (command line):
python3 -m WifiDeauth
python3 -m WifiDeauth.WifiDeauth -i "wlan0"
Links
Licence
Licensed under the GPL, version 3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
WifiDeauth-0.0.2.tar.gz
(16.6 kB
view details)
File details
Details for the file WifiDeauth-0.0.2.tar.gz
.
File metadata
- Download URL: WifiDeauth-0.0.2.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f56c9918188502e517f44ae21c1ce78296bb021814d86651239458c9650bf611 |
|
MD5 | 7f43825590af0369558a2b9af3d8e4b9 |
|
BLAKE2b-256 | 29409e95fce725ebf027e81bedaf40e92ea00058c287a8f2a4e9736e269b9af4 |