Milkslap
Last updated
Was this helpful?
Last updated
Was this helpful?
When we view the source of the website, we can look at the stylesheet at /style.css
, and see that it loads an image from concat_v.png
. Let's download this image.
Since this image is a PNG, we can use a steganography tool called zsteg
like so: zsteg concat_v.png
zsteg concat_v.png
output:
As you can see, the flag is shown in the output.
More information about different steganography tools can be found on
picoCTF{imag3_m4n1pul4t10n_sl4p5}