Tags: forensics
Rating:
#### Original Writeup - [https://github.com/CTSecUK/CyberYoddha-CTF-2020/blob/main/Write-ups/The%20Row%20Beneath.md](https://github.com/CTSecUK/CyberYoddha-CTF-2020/blob/main/Write-ups/The%20Row%20Beneath.md)
-----
# The Row Beneath
![Category](http://img.shields.io/badge/Category-Forensics-orange?style=for-the-badge) ![Points](http://img.shields.io/badge/Points-150-brightgreen?style=for-the-badge)
We download and look at the image listed in teh challenge dexription which can be seen below;
![image](https://github.com/CTSecUK/CyberYoddha-CTF-2020/blob/main/images/the_row_beneath_plan.png)
Looks like there's nothing of interesting in the output from from `exiftool`.
A quick scan through the image with `stegsolve` also displays nothing obvious;
Let's see if there are any strings hiddden in it;
```
[jaxigt@MBA the_row_beneath]$ strings -n 10 plan.png
'9=82<.342
!22222222222222222222222222222222222222222222222222
CYCTF{L00k_1n_th3_h3x_13h54d56}
```
Bingo!
## CYCTF{L00k_1n_th3_h3x_13h54d56}