Posted: 7 Feb 2016 by Codehead
3 minute read
3 minute read
A nice little Stego challenge from SharifCTF
Challenge:
We have hidden a message in png file using jar file. Flag is hidden message. Flag is in this format: SharifCTF{flag}
Files:
Extracting the supplied tar.gz archive provided a PNG image:
Also included was Hide.jar, the Java code used to embed the flag in the image.