Rating:
# Testudo's Pizza | Steganography
### Solution
From ctf we have got image called hiddenmsg.jpg
To solve this, all you have to do was to open a file with text editor
```bash
$ strings hiddenmsg.jpg
[lots of junk]
```
This command gave me a lot of binary garbage but at the end of file was flag in plaintext.
### Flag
UMDCTF-{W3_ar3_th3_b3st_P1ZZ3r1a}
#### Credits
- Writeup by [HuntClauss](https://ctftime.org/user/106464)
- Solved by [HuntClauss](https://ctftime.org/user/106464)
- WaletSec 2021
#### License
**CC BY 4.0** WaletSec + HuntClauss