ESP8266 WiFi Sniffer: Decrypt Sniffed Packets
Posted: Tue Jun 16, 2015 10:26 pm
Hello, I am using ESP8266 SDK and manage to sniff wifi packet in promiscuous sniffing mode. I guess what I am getting are packets encrypted in WPA2 PSK.
Please see them in this pastebin url: http://pastebin.com/raw.php?i=YtfkDzqF
I am looking to extract the MAC and IP address of the packets, possibly by decrypting them with the AP wifi password. Any suggestion how to do so?
Maybe a wifi decryption tool in which I can input packets that I get. From there, I can confirm whether if the packets do contain MAC and IP information.
Thanks
Please see them in this pastebin url: http://pastebin.com/raw.php?i=YtfkDzqF
I am looking to extract the MAC and IP address of the packets, possibly by decrypting them with the AP wifi password. Any suggestion how to do so?
Maybe a wifi decryption tool in which I can input packets that I get. From there, I can confirm whether if the packets do contain MAC and IP information.
Thanks