Sneaky_Sneaker

Incognito 6.0 CTF

Info
Details

Category

Forensics / Stego

Points

100

Challenge Overview

The challenge start with downloading a .jpg image with a funny cat next to the Nike shoes. The description "Sneaky" could be a hint that the real meaning of the file is hidden in the metadata or something else.

To investigate further, I used binwalk to extract potentially hidden files.

h4ck3r_h1n7.wav

Digging Into the Audio

Once play the .wav file, we hear a hacker-like voice saying:

"The bee lies in the bits nobody hears."

That seemed to be an obviously hint for LSB Steganography to me.

Extracting Hidden Data

Extracting LSB (Least Significant Bits) from it with the following Python3 script was the right solution to get the final flag.

result

Final Flag

ictf{wh15p3r5_0f_4_gh05t}

made by k0d

Last updated