picoCTF - Forensics - St3g0
Contents
Forensics - St3g0 - writeup
description
Download this featuredImage and find the flag.
Download featuredImage
writeup
Ok so let’s download the file first …
|
|
Let’s check the file type just to make sure we actually have a .png file here …
|
|
Ok so it is in fact a PNG file.
Let’s check for any steganography using stegdetect
|
|
we get an error from stegdetect since steganography usually is only possible using JPEG files.
If I take a look at the hex bytes I can see the .PNG magic bytes of
|
|
So it is really a png file.
Looking at the hex dump I cannot seem to find anything remotely interesting …
Using the strings command I also did not find anything …
Using stegsolve also did not lead to anything …
After checking with zsteg for any hidden strings I found the flag!
|
|
So this is the flag:
|
|