ctf-writeup/2023/niteCTF 2023/DecryptaQuest
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
Decryta_logs.pcapng feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

DecryptaQuest

Embark on a silent adventure between a web browser and server. No clues, just mystery. Good luck, detective of the unknown!

"Flag format : NITE{FLAG}"

About the Challenge

We were given a pcapng file (You can download the file here). The pcapng contains some TLS traffic here /Users/daffainfo/Downloads/download.log

preview

How to Solve?

There's an interesting encoded base64 message in stream 13 stream33

I copied the msg and then use cyberchef to decode it

base64

This is a SSLKEYLOGFILE, this file will be useful to decrypt TLS / SSL traffic in Wireshark. First, save this file and then import it in wireshark

import

And you can get the flag by checking one of the HTTP request

flag

NITE{FLWAEDSSL123}