Tags: forensics 

Rating:

# The Legend of Hackerman, Pt. 2
Forensics, 50 point
## Description:
> Ok, I've received another file from Hackerman, but it's just a Word Document? He said that he attached a picture of the flag, but I can't find it...
## Solution:
The challenge give as a docx file *Hacker.docx*. If we open it we can't see any image...
But from previous ctf I know that you can extract a word file like a zip, and so I did that with `unzip Hacker.docx`.
Inside `word/media` i found a bunch of images, scrolling through them a find the flag in `image23.png`
the flag: `utflag{unz1p_3v3ryth1ng}`