Hello Sharkers :D Some time we need to investigate SSL traffic on some servers, we do have the SSL certificate for that server but the issue is after trying to decrypt the captured PCAP we are not able to decrypt it. Little bit of research we found that SSL certificate uses Diffi-Helman which couldn't be decrypted with the SSL Cert. Since we are the owner of the servers, is there anyway to capture the traffic and decrypt it or even to capture it as HTTP traffic from the server itself? asked 14 Jul '17, 14:51 rami |
One Answer:
If you own the server, these are your options for SSL/TLS decryption:
answered 15 Jul '17, 09:35 Lekensteyn |