ctf-writeup/2023/KalmarCTF 2023/sewing-waste-and-agricultur...
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
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00
swaal.pcap.gz feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

sewing-waste-and-agriculture-leftovers

UDP - UNRELIABLE datagram protocol.

About the Challenge

We were given a pcap file (You can get the file here)

How to Solve?

First i extract the pcap and then import the file into Wireshark. And then check every packet by pressing Ctrl + Alt + Shift + U to follow the UDP stream

udp_1

udp_2

If we examine each packet, the data in each packet will form a flag but there are still many parts missing, so to solve this chall there are 2 ways combine each packet manually (Like me :D) or you can create a script to get the flag. In this case i check every packet manually and then you will get the flag

flag

kalmar{if_4t_first_you_d0nt_succeed_maybe_youre_us1ng_udp}