Open simsong opened 11 years ago
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++.
If you have the server's private key, it should be possible to decrypt...