Challenge #7 was a network capture file (ssl.pcap) containing an encrypted https session. The hint was: does the modulus look familiar?. The goal is obviously to decrypt the https to find the flag. Let's see how we can do that!
Steps:
- Extract public certificate
- Identify encryption
- Create private certificate
- Decrypt https