I’m Already Tracer | CTF Digital Forensics Write Up (SPARTA HMIF ITB 2024)

2 min read

I’m Already Tracer | CTF Digital Forensics Write Up (SPARTA HMIF ITB 2024)

In this challenge, we were given the server address (nc 34.50.98.72 8911) and a .pcapng file. To access this file, Wireshark is required. Within the server, there are three questions.


I. First Question

Article screenshot: I 1

The way to solve this is to open any file, right-click it, and select Follow. This will take you to information about the server’s name and version.

Article screenshot: I 2

Answer: Maltrail/0.53


II. Second Question

Article screenshot: I 3

The way to solve this is to filter all requests based on the information to make it easier, then look for the one with the information POST:login, then select the second attempt that says login success.

Article screenshot: I 4

Answer: admin/56dd09…


III. Third Question

Article screenshot: I 5

Look for a POST:LOGIN attempt, but one that uses the ECHO command.

Then, you’ll find a username containing Base64-encoded text.

Article screenshot: I 6

Therefore, I did a decoder so that I got information related to the question.

Article screenshot: I 7

Answer: 159.223.33.240:9999


IV. Closing Question

Article screenshot: I 8

With the IP and port information gathered, we simply search for attempts from the same source. After selecting Follow, we find the file stored by the hacker as follows:

Article screenshot: I 9

Answer: /tmp/.hmm.sh


V. Flag

Finally, after all the questions are answered, we get the flag.

Article screenshot: I 10

SPARTA{pretty_much_99%_of_packet_capture_challs_is_like_this_4cd830d1cd9921d5}