Tags: steganography forensics 

Rating:

Challenge info:
I like to play with image. Do you?

flag format: cybergrabs{}

Author: Nihal

The challenge supplied an image, so I thought to check for hidden data in the image using the "strings" command.
The challenge tells that the flag's format is cybergrabs{}, therefore, I can use grep to seperate the flag from the rest of the "strings" output.

Run this code:

```
strings Jasper.jpg | grep "cybergrabs"
```

And the flag appears!

![](https://i.ibb.co/jDjVxG0/terminal.png)

flag:
cybergrabs{Y0U_4re_g00d_4t_m3ta_DaT4}