CTF Writeup

DAY 2

CyberStudents Day 2 challenge involving Wireshark packet capture analysis to extract credentials and hidden data from network traffic.

The challenge description is as follows: Image

Open the file in wireshark and sorting according to length, I observed this:

Image

A User logged in successful message.

Sorting in Ascending we should get the sequence of steps that led to this: Image

USERNAME: Elf67 PASSWORD: snowball

The flag is finally: csd{Elf67_snowball}