Link

WiFi

Script: wat

Cross-platform WiFi attack tool (wat)

  1. Works on MacOS and Linux
  2. Collects wireless AP information
  3. Sends association packets
  4. Sends deauthentication packets
  5. Switch between WiFi channels
  6. Saves WPA handshakes in formats: pcap, hccapx, 22000
  7. Supports PMKID (AP clientless attack)
  8. Saves WPA RSN PMKID in format for hashcat brute
  9. Supports vulnerability CVE-2019-15126 kr00k (decryption of CCMP packet with NULL 128 bits - temporary key)
root@kali:~# wat --help
usage: wat [-h] [-i INTERFACE] [-c CHANNEL] [-d]

         Cross platform WiFi attack tool (wat)

Ctrl-E Show Wireless access point information
Ctrl-D Send IEEE 802.11 deauth packets
Ctrl-D Switch WiFi channel
Ctrl-A Send IEEE 802.11 association packet
Ctrl-R Start scanner (switch between WiFi channels)
Ctrl-H Show help information
Ctrl-C Exit

optional arguments:
  -h, --help            show this help message and exit
  -i INTERFACE, --interface INTERFACE
                        Set wireless interface name for sniff packets
  -c CHANNEL, --channel CHANNEL
                        Set WiFi channel
  -d, --debug           Maximum output

Sample script output:

wat output

Video demo:

wat demo video