Prompt
The hackers have hidden a message in this image. Find out what it is.
STEG1.jpg28.7KB
Walk-Through
This challenge involves using the strings
Linux command to find a hidden message. A random portion of the image file was modified to insert the message, which is why there is a distortion in the image.
The command below can be used to find any text within image’s binary data and limits the results to ones that contain SKY
, which is part of the the standard flag format.
strings STEG1.jpg | grep SKY
Questions
What is the hidden flag in the image?
Run the strings command on the image and search for text that contains “SKY”
©️ 2024 Cyber Skyline. All Rights Reserved. Unauthorized reproduction or distribution of this copyrighted work is illegal.