warmup/zulu
Zulu
- Author
-
n nalo_ - Category
-
warmup
The file we are given is described as some compressed data:
$ file zuluzulu: compress'd data 16 bitsFor compressed file of unknown types, the way to go is Winrar. On Windows, I can use “Open file with > WinRar”.

We can see a file inside the compressed folder, let’s extract it.
This file seems to be some simple text:
$ file zulu.outzulu.out: ASCII textIn fact, opening it (cat or any text editor) will reveal the flag!
malware/x-ray
X-RAY
- Author
-
n nalo_ - Category
-
malware
TODO