hideme
AUTHOR: GEOFFREY NJOGU
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.
Solution
This was a fun challenge. I enjoyed it alot, it was an easy one I would say. Lets solve it, shall we?
- To begin with Download the file
- Use the
file
command to understand the file strucure and see whether it is actually a png file. - After confirming that the file is actually a png file, we can now try
zsteg
to find hidden data. - Now let us look for hidden files using
foremost
, the output of foremost is stored in theoutput
folder. - we are able to retrieve a zip file.
- Let us now use
7z
to unzip the zip file7z x 00000077.zip
- We get yet another folder
secret
- Getting into the folder, we are able to retrieve another image that has a flag written in it.
- Opening the
flag.png
usingxdg-open flag.png
we get the flag - I recommend using online string extractors to extract the flag.
Comments powered by Disqus.