본문 바로가기

CTF Write-Ups/[DigitalForensic] with CTF

[CTF-d] Multimedia_Find Key(butterfly)

 

사진속에서 key를 찾는 문제이다. 

 

butterfly.png

 

사진의 속성을 먼저 확인해 보았다.

LSB 스테가노그래피가 주로 24비트 이미지 파일에 적용된다는 것이 기억나서

LSB 스테가노그래피 해독하는 사이트에 해당 파일을 넣어보았다.

 

스테가노그래피: 사진, 음악, 동영상 등의 일반적인 파일 안에 데이터를 숨기는 기술

LSB 스테가노그래피: 이미지를 변조하여 데이터를 숨기는 방법. 최하위 비트인 LSB를 변조, 주로 JPEG, BMP같은 24비트 이미지파일에 적용됨

https://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

 

키는 sun{RE4DY_THE_4CID_M4GNET!} 임을 알 수 있다!