4trr.com Logo

Strojno_kol.zip

Inside, you won't find plain text. You are greeted by a password-protected PDF.

Solution. The file has a lot of hex numbers separated by commas and new lines. I changed it to be like this: \x50\x4B\x03\x04\x14\ strojno_kol.zip

strojno_kol.zip is a masterclass in curiosity—turning raw data into a hidden story, protected by a "butterfly" password. Inside, you won't find plain text

Solution. The file has a lot of hex numbers separated by commas and new lines. I changed it to be like this: \x50\x4B\x03\x04\x14\ The file has a lot of hex numbers

The file contains a treasure trove of raw hex numbers, requiring manual reconstruction (using tools like echo -ne ) to restore it into a functional .zip format.

This innocent-looking archive is a classic example of CTF (Capture The Flag) obfuscation. To the untrained eye, it might appear corrupted, but to a security enthusiast, it’s a treasure map.

VULNCON CTF 2020 - All I know was zip writeup - Víctor Colombo