hideme

Description

Every file gets a flag.

The SOC analyst saw one image been sent back and forth between two people. They decided to investigate and found out that there was more than what meets the eye here.

Finders Keepers

We're given a flag.png file

Doesn't look that interesting, let's seewhat else this "png" is hiding

Running binwalk flag.png reveals that the file is actually a ZIP

We can run unzip flag.png to get a folder with a PNG in it

Found it!

Flag

picoCTF{Hiddinng_An_imag3_within_@n_ima9e_81cc7947}

Last updated