write-ups-challenges-2019-2020/weird_image/README.md
2022-11-24 22:43:03 +01:00

303 B

Weird Image

Description

Someone sent me this strange image. Can you help me find its secret?

Flag format: IG{}

Given files

weird_image.jpg

Flag

IG{L3tsA11L0v3La1n}

Solution

The flag is base64 encoded in the metadata of the image. It can be found using e.g. strings or exiftool.