Skip to main content

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


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.1.tar.gz (16.5 kB view details)

Uploaded Source

File details

Details for the file WifiDeauth-0.0.1.tar.gz.

File metadata

  • Download URL: WifiDeauth-0.0.1.tar.gz
  • Upload date:
  • Size: 16.5 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

Hashes for WifiDeauth-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b7c398c85f8d20654cf42462d0cadaad9be0a9ace0cd647314c01bab7204213d
MD5 e3ee0c3c1d491046fbb53da56d19daf6
BLAKE2b-256 2a7b4660ccdfe945e651d9ff2c2b07a0ab8db51ccbe82543f2b84a650edbe4c7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page