Decrypting Wi-Fi traffic
TOOLKIT: aircrack-ng suite
1) Crack the password of the .pcap file that we captured the wifi traffic from.
aircrack-ng PCAP_FILE -w /path/to/wordlist.txt2) Decrypt traffic
airdecap-ng PCAP_FILE -e SSID_NAME -p PASSWORD3) Use the "-dec" file generated by airdecap-ng with Wireshark to read the decrypted traffic
Last updated