What Lies Within
Problem
Theres something in the building. Can you retrieve the flag?
Solution
This is a challenge where the flag is hidden in the least significant bit of each pixel value.
The flag can be extracted with zsteg:
Visit HackTricks for more information. Steghide is used for JPG images and Zsteg is used for PNGs.
Katana can solve this challenge:
Flag
picoCTF{h1d1ng_1n_th3_b1t5}
Last updated