frida-sslkeylog
frida-sslkeylog copied to clipboard
Frida tool to dump an NSS Key Log for Wireshark, from a process using dynamically linked OpenSSL (or BoringSSL)
Need to update requirements
The script is able to retrieve some keylog. But sometimes pyasn1.error.SubstrateUnderrunError is thrown: ``` Exception in thread Thread-1: Traceback (most recent call last): File "D:\Python\Python38-32\lib\threading.py", line 932, in _bootstrap_inner self.run()...
I am a college student, very lucky to see your article about hook, let me benefit a lot. The name of this post is《frida-sslkeylog》. I am very interested in the...
when I used your project on twitter app,I can't get a ssllog. what's more,I can‘t Decrypt SSL message ,even if I get a ssllog.
This script worked reliably with frida 12.2 to frida 16.0.8 (February 2023). I've recently updated frida_server and frida_tools to 16.1.3, and now the script cannot decode the large ASN1 blobs....
in my test master Key is right,RSA Session-ID is not work.may be need CLIENT_RANDOM.what's the reason.