Strings, literally
Description
Uh oh! GIMP corrupted my file while I was making a steg chall, can you still find the flag?
Stringy Strings
As implied by the title, we can run the strings Linux command on the file to find the flag
strings steg.xcfThe output is quite long, so I directed the output into an out file with strings steg.xcf > out

Flag
uwctf{h1dd3n5t3g_54c10511eda3e8f9}
Last updated