我正在使用 Wireshark 获取所有 https 数据包并对其进行解码。
我在 Wireshark 中遵循两种方法。第一种方法在此链接上:Wireshark SSL。简而言之,我做了以下事情:
- 生成key.bem
- 在 Protocols\SSL 部分中导入 Wireshark。我在 RSA 密钥列表中添加了一个项目。
这是详细信息:
IpAddress: 0.0.0.0
Port: 0
Protocol: HTTP
Keyfile: point to by key.bem
Password: Empty
但是当我尝试访问一些 https 页面时,例如https://www.google.com. 我仍然无法解码。