Hi, Please help me to decrypt IEEE 80211 wpa-pwd using command prompt. I am using the below command but it is not enabling decrypt option and not adding keys. tshark -nr snifferFile.pcapng -o wlan.enable_decryption:TRUE -o "uat:80211_keys:\"wpa-pwd\",\"123456789:e1vcc_BANQSPRPC01_Ssid24\"" -w snifferFile_decryptFile.pcapng Wireshark and tshark version used is 1.10.3. Even the same command is not working in Linux Ubuntu 14.04 as well. Please help. asked 19 Oct '16, 00:31 KBKrishnan |
One Answer:
I can't help with the tshark command, but when I need to decrypt wireless traffic from CLI I use this tool: answered 19 Oct '16, 03:01 Bob Jones |