Where’s the flag?
Points: 1971 [2000]
Description
There’s plenty of space to hide flags in our spacious office. Let’s see if you can find it!
Please view this Document for download instructions.
Solution
- Initially I thought there are some files hidden in between the chunks of the PNG image, so I went to Wikipedia and realised that there exists
tEXtandzTXtchunks within a PNG image. - So I went to find a
tEXtextractor online and found https://www.dcode.fr/png-chunks. I uploaded the image and it gave me a ridiculously long Base64 string.
- Decoding the base64 reveals that it is another image based on its file signature of
IPNG.
- Unfortunately, it wasn’t another
zTXTortEXtchunk, so I went online and I found this blogpost regarding StegOnline: https://medium.com/ctf-writeups/stegonline-a-new-steganography-tool-b4eddb8f8f57 - After noticing that the image has custom colour palettes, I went and explored some random palettes to find the flag at the bottom of the pole.

Flag
govtech-csg{f1agceptioN}