Task desc

In this task, we have an SVG file that hides a flag.

image_2

I tried various tools to find the flag in the image, such as:

binwalk -e, exiftool, strings, xxd, zsteg but there is no mention of the flag in their outputs

image_3

The image does not provide us with any information about the flag, so let’s look at the source code:

image_4

The parts of the flag are located near tpan. Let’s copy the code into a separate file:

image_5

picoCTF{3nh4nc3d_d0a757bf}