Rating:

# Cold Compress Inside

![](img/chal.png)

Let's do `binwalk` on given file.

![](img/1.png)

There is zip archived file, extract with `-e` command.

![](img/2.png)

Once we `unzip` the file it give us `o` named `LSB pie executable` file. run the programme to get the flag.

![](img/flag.png)

```SHELL{CRazy_MosQUIto_nEEDS_odoMOS}```

Original writeup (https://github.com/an0n4ce/CTF-Write-Ups/tree/master/SHELL-CTF-21/Cold-Compress-Inside/README.md).