CTF: WhiteHat Challenge 05
Challenge Name: Misc01
Category: Misc
Heading over to the website, we get some directions.
Looking at the image closely, there is definitely some text at the bottom that is not too legible. Sure, we could zoom in, but I want the file on my machine so we can analyze. Unfortunately it wasn't possible to inspect from browser, so curl to the rescue!
We get a base64 clue too that the image is the key, so I download the image.
That is base64 at the bottom there, so decoding it we get the following:
Not the flag, but a clue! A different format? Perhaps jpg?
Hm, nope! I guess it is a .txt file, then!
The flag! :D