zodiac

OSCN 2025

Info
Details

Category

Forensics / Network

Challenge Overview

In this challenge we should find the location of Zodiac Killer using a .pcap file. I firstly see some weird values in a UDP packet in this format – Timestamp:Coordinates:Left clicked:Right clicked. Since we're talking about USB Mouse connection, I assumed that the coordinates represent the current mouse position.

discovering weird values

Then I used data exfiltration in order to get all the packets which contain that type of values.

data exfil

I extracted all coordinates with the Left Click set on True using the following script:

Using the extracted coordinates and the PIL library, I reconstructed the image drawn by the Zodiac Killer:

Final Flag

ctf{secretplacewukong'sden}

made by k0d

Last updated