Comprezz
Home >
Huntress CTF > Easy Challenges
Back <> Next
Someone stole my S’s and replaced them with Z’s! Have you ever seen this kind of file before?
Here we are given a file “comprezz” to download and inspect. Running the file command on the file reveals that it is compressed in some way. We tried a few different ways of decompressing the file, and found that 7zip was able to successfully decompress the data.
7z x comprezz
We were then able to read the flag!