Logo
Day 12
Overview

Day 12

n nalo_
October 12, 2024
1 min read

warmup/zulu

Zulu
Author
n nalo_
Category
warmup

The file we are given is described as some compressed data:

Terminal window
$ file zulu
zulu: compress'd data 16 bits

For compressed file of unknown types, the way to go is Winrar. On Windows, I can use “Open file with > WinRar”.

Some file inside the folder

We can see a file inside the compressed folder, let’s extract it.
This file seems to be some simple text:

Terminal window
$ file zulu.out
zulu.out: ASCII text

In fact, opening it (cat or any text editor) will reveal the flag!

malware/x-ray

X-RAY
Author
n nalo_
Category
malware

TODO