How to export master secret from browser SSL/TLS session?

前端 未结 1 1032
清酒与你
清酒与你 2021-01-13 11:56

I\'d like to open a browser in Windows, go to an HTTPS site, and perform a sequence of actions while capturing packets with Wireshark. Then I want to use the encrypted pack

相关标签:
1条回答
  • 2021-01-13 12:49

    For browsers that use the NSS library (e.g. Firefox) you can set the SSLKEYLOGFILE environment variable, which will cause NSS to save the necessary secrets. You can then directly use that file with Wireshark. There's more information to be found here.

    0 讨论(0)
提交回复
热议问题