Decode ssl packets wireshark

2019-02-26 04:21发布

I'd like to know how to decode ssl packets in wireshark if I am using a service (Google Talk) that I should be able to see the keys for. Where are the keys for such an application and can I get a hold of them? I look for certs, but none for google. I have worked with ssh keys and since I created them myself I know where they are, and can use them. But not for something like this. Any help is appreciated. Thanks

标签: ssl wireshark
1条回答
欢心
2楼-- · 2019-02-26 04:47

You need to have the server's private key, which is highly unlikely to happen if the server you are connecting to does not belongs to you. Note that in addition to having this key, you also need to make sure that the transaction does not use Perfect Forward Secrecy (http://en.wikipedia.org/wiki/Perfect_forward_secrecy), which you are able to do if you control the client side and the server does not require PFS.

查看更多
登录 后发表回答