I'm currently doing a forensics CTF challenge, where the flag is hidden inside a .jpg file. When I do binwalk on the file, I see the following:
DECIMAL HEXADECIMAL DESCRIPTION
--------------------------------------------------------------------------------
0 0x0 JPEG image data, JFIF standard 1.01
34650 0x875A PNG image, 600 x 424, 8-bit/color RGBA, non-interlaced
34749 0x87BD Zlib compressed data, best compression
353954 0x566A2 JPEG image data, JFIF standard 1.01
I want to check out the contents of the Zlib file, but can't figure out how to extract it successfully. Any tips are appreciated!