Reading Time : 1min
File: mealtime.jpg download
Challenge/Competition: Digital Overdose 2022
Challenge Discription: pandas like apples!
we are presented with this image
I am going to start by checking strings of this image
while looking at strings i found this base64 strings , Looks suspicious Lets investigate this
I am going to start by creating a txt file and saving this string inside it.
Now lets decode this file with
$ base64 -d "FILENAME.txt"
and we got our flag
DOCTF{appols_are_for_pandes}