DEV Community

Mudacumura Brunoblaise
Mudacumura Brunoblaise

Posted on

1 1 1 1 1

MSB picoCTF 2023

MSB

200 points

AUTHOR: LT 'SYREAL' JONES

Description
This image passes LSB statistical analysis, but we can't help but think there must be something to the visual artifacts present in this image...
Download the image [here]


This type of challenge can be easily solved with StegSolve because this site can extract LSB data with pixel order and RGB values. or by using this github repo may help you

and using python sigBits.py -t=msb -o=rgb -e=column file.png

I tried the first default option -> the first row in this site and got readable words, so I downloaded the whole using sigbits go in the extracted file and CTRL+F the word pico both ways work I found the flag:

picoCTF{your flag}

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay