prepare the tools
Last updated
Last updated
lets preparing our tools!
CJ{warm_up_for_your_scapy/pyshark/tshark}
We are given a packet capture file for us to analyze. From the capture, we can see that the client's payload will have a format of flag[x]
where x
is the index requested from the flag. The server's response will simply return the character requested.
From this information, we now need to create a script to parse the characters based on the index. Then the flag will be shown somewhere on the output.