So Meta
So Meta
Description
Find the flag in this picture. https://jupiter.challenges.picoctf.org/static/916b07b4c87062c165ace1d3d31ef655/pico_img.png
Info
First thing I notice is the file name is: pico_img.png
which could mean it’s a img file.
- Binwalk says it’s a PNG
Stego ToolKit Results
This answer can be found by looking at the properties metadata fields.
exiftool pico_img.png
- This will show you the metadata fields.
- The flag is in the Artist field.
meta Artist .. text: "picoCTF{s0_m3ta_d8944929}"
You can also see this answer using strings or a hex editor.
Flag
picoCTF{s0_m3ta_d8944929}