Wireless Tools#
A pointer set for the operator working radio targets, WiFi, Bluetooth Low Energy, HID, Ethernet, and SDR. Each entry is a free, public project the operator drops into a kit when the engagement involves wireless.
Bettercap#
Bettercap is a powerful, easily extensible, portable framework written in Go aimed at security researchers, red teamers, and reverse engineers. It is an easy-to-use, all-in-one solution with the features needed for reconnaissance and attack of WiFi networks, Bluetooth Low Energy devices, wireless HID devices, and Ethernet networks.
Kismet#
Kismet is a wireless network and device detector, sniffer, wardriving tool, and WIDS (wireless intrusion detection) framework. It works with Wi-Fi interfaces, Bluetooth interfaces, some SDR (software defined radio) hardware like the RTL-SDR, and other specialized capture hardware.
Pwnagotchi#
Pwnagotchi is an A2C-based “AI” powered by bettercap and running on a Raspberry Pi Zero W that learns from its surrounding WiFi environment in order to maximize the crackable WPA key material it captures (either through passive sniffing or by performing deauthentication and association attacks). Captured material lands on disk as PCAP files with any form of handshake supported by hashcat, including full and half WPA handshakes as well as PMKIDs.
Aircrack-ng#
Aircrack-ng is a complete suite of tools to assess WiFi network security. It covers four areas.
Monitoring, packet capture and export of data to text files for further processing by third-party tools.
Attacking, replay attacks, deauthentication, fake access points, and other tasks via packet injection.
Testing, checking WiFi cards and driver capabilities (capture and injection).
Cracking, WEP and WPA PSK (WPA 1 and 2).
WiFi-Arsenal#
GitHub everything-wireless collection.
SDR#
New-to-SDR getting-started guide.