본문 바로가기
CTF/Forensic

[CTF-d Multimedia] 사진 속에서 빨간색이...

by Jamie Lim 2021. 4. 1.

문제

 

풀이

hidden.png

 

옛날에 풀었던 ctf 문제 중 LSB SteganoGraphy 문제를 풀었던 기억이 있어 혹시나 하고 쉽게 디코딩할 수 있는 사이트를 알고 있어 한번 돌려보았더니 flag 값이 나온 것을 알 수 있다.

 

 

incoherency.co.uk/image-steganography/#unhide

 

Image Steganography

Each channel (red, green, blue) of each pixel in an image is represented by an 8-bit value. To hide the secret image inside the cover image, we replace the n least significant bits of the cover pixel value with the same number of most significant bits from

incoherency.co.uk

 

사이트에서 디코딩

 

그래서 아래와 같이 flag가 tjctf{0dd5_4nd_3v3n5} 임을 알 수 있다.

 

flag 이미지

 

해당 flag를 key로 입력하면 성공이다.

flag 성공

 

 

댓글