canYouSeeMe
CanYouSeeMe Challenge Description How about some hide and seek? This challenge focuses on metadata analysis. The flag is hidden within the metadata of an image file. Download Challenge wget https://artifacts.picoctf.net/c_titan/6/unknown.zip Extract the archive: unzip unknown.zip This gives us: ukn_reality.jpg Initial Analysis A good first step in forensic challenges is checking file metadata. Run: exiftool ukn_reality.jpg What is ExifTool? ExifTool is a powerful command-line utility used to read, write, and edit metadata from files such as: ...