Hey, do you know wich protocols facebook use when you chat, like somethink, whatch a video...? Wireshark shows me only https with tcp everywhere. Is it possible to encrypt this to see what protocols are using? Thx guys! asked 01 Aug '14, 08:51 Jan Muster |
One Answer:
because that's what Facebook is using.
You need to decrpyt the traffic, however, that's near to impossible, as you certainly don't have access to the private key(s) of the facebook servers, do you? If you are trying to decrypt the traffic of your own browser, you could tell the browser to expose the SSL/TLS session keys and then use that to decrypt the https traffic. Alternatively you can use a proxy that is able to do SSL/TLS decrpytion (like Fiddler). See my answer to a similar question.
and some other resources.
Regards answered 03 Aug '14, 10:14 Kurt Knochner ♦ |