Tags: misc
Rating:
# Tren Micro CTF 2018 Quals: Misc 100




## Description
Recover the flag from a PDF file
## Attached files
- [EATME.pdf](/EATME.pdf)
## Summary
Search in **hex data** of *EATME.pdf* and find an archive that contain the flag(inside a file named *flag.txt*)
## Flag
```
TMCTF{QWxpY2UgaW4gV29uZGVybGFuZA==}
```
## Detailed solution
We open *EATME.pdf* with **HxD** on *Windows* and search for string *flag*. We find on index *000B6DD0-08* **magic bytes PK**, corresponding to another archive.
Copy the data inside a *.zip* file and extract it. In file *flag.txt*, we find the plaintext flag.