Chat freely about anything...

User avatar
By Bontor Humala
#20648 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