aircrack_ng
Recover WiFi passwords by cracking WEP, WPA/WPA2-PSK, and WPA3 keys from captured handshake or IV packets.
Instructions
WiFi security auditing tool — cracks WEP, WPA/WPA2-PSK, and WPA3 keys from captured wireless traffic. Requires a .cap capture file containing the 4-way handshake (for WPA) or enough IVs (for WEP). For capturing handshakes and automating attacks, use wifite. For WPS attacks, use reaver. Output: cracked WiFi password/key on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional aircrack-ng options (e.g. '-b AA:BB:CC:DD:EE:FF' to target specific BSSID) | |
| wordlist | No | Path to wordlist for WPA cracking. Without this, only WEP cracking works. | |
| capture_file | Yes | Path to .cap/.pcap capture file containing WPA handshake or WEP traffic |