Home PicoCTF 2018 Forensics 200: now you don’t
Writeup
Cancel

Forensics 200: now you don’t

Challenge

We heard that there is something hidden in this picture. Can you find it?

Solution

We extract the LSB of each of the colour channels using this script

and find the flag in the red channel:

1
$ python3 extractlsb.py -i nowYouDont.png

This script outputs 3 black-and-white images, each signifying the least significant bit of each of the 3 RGB channels.

the outputfile for the red channel, nowYouDont_lsb_r.png, contained the flag:

Flag

picoCTF{n0w_y0u_533_m3}