A basic level ctf challenge for beginners
- hint: the answer of the riddle is the password to something
- hint: the end is when u get a message called "Welcome Hacker (followed by a username u have to find) "
the answer of the riddle is seven. seven is the key with which we hid the data inside the image. We can extract data from the image by
steghide extract -sf ctf_updated_photo.jpg
it is a caeser cipher with a 7 digit shift
Strings is a command which is used to print string literals from binary executables
as you can see there are two entries in the output which ends with "==" sign
"==" denotes base64 cipher
u did it congrats