CDDC'23: Owner of the dog chew
This was a pretty interesting steganography challenge which required the analysis of strings
and using binwalk
.
The Challenge
The file given was the following image:
Looking into the image properties:
It was 655kB, which seemed a little too large for a file as small as this.
Solution
The first thing I did was to look at the strings. Scrolling down to the end, I could see this:
Seems like this involves another image file and a password. Next, I used binwalk to try and extract any hidden files:
Seems like we got a zip file! Looking at the output files, I could see a password-protected zip file. Using the password above, I could then unzip it.
Unzipping it gave an image:
Once again, I tried to look at strings
. And sure enough, it got us our flag!