tcpflow
tcpflow copied to clipboard
Add SSL decryption
If you have the server's private key, it should be possible to decrypt...
This can be done using ssldump. It won't work for the new DH-based protocols that implement Perfect Forward Secrecy.
I would be interested in using tcpflow with ssldump. Any idea how to make ssldump work with tcpflow's output files?
You would need to remove the code from ssldump and integrate it into tcpflow. It's a lot of work. You need to really understand C++.