Search string within packets
It's cleartext :3
Attachment: challenge.pcap
challenge.pcap
Since the challenge description says that the flag is in cleartext, we can straightaway search for the flag within the packets.
Edit -> Find Packet
Edit
Find Packet
We can search for packet details that contain the string which is the flag format gctf and we will get the flag.
gctf
We can also use the filter to filter for text data to get the flag.
GCTF{fl4g_in_tcpdump_ez}
Last updated 2 years ago