Strings, literally

Description

Uh oh! GIMP corrupted my file while I was making a steg chall, can you still find the flag?

steg.xcf

Stringy Strings

As implied by the title, we can run the strings Linux command on the file to find the flag

strings steg.xcf

The output is quite long, so I directed the output into an out file with strings steg.xcf > out

Much easier to search

Flag

uwctf{h1dd3n5t3g_54c10511eda3e8f9}

Last updated