2022/Write-Ups

[ctf-d] 조수의 차이만큼 하얗습니다! :D

zoome22 2022. 5. 24. 17:15

3팀 김주미

 

덜렁 이미지 파일 하나만 주어진다...

다운로드 파일

편의를 위해 테두리부분을 더해서 캡처하였다. 실제 파일은 가로로 긴 흰 화면이 전부이다.

속성값에도 숨겨진 키는 없고, 파일 시그니처도 png의 것과 일치했다.

 

아마 스태가노그래피를 사용한 것으로 보인다.

스테가노그래피란? (Steganography)  
: 보이는 곳에 메시지를 은밀히 숨기는 은닉법 (디지털 기법)
Stegano(감춰진) + Graphy(글) = 감춰진 글

원본의 외형적(화질, 음질 등) 변화를 최소화하면서 유의미한 정보를 넣는 게 핵심이다.

출처: 
https://iforint.tistory.com/62 (더 자세한 내용이 있으니 읽어보는 걸 추천!)

 

스태가노그래피 해석 사이트 : 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

 

사이트에 넣어보면 흐릿하게 숨겨져있던 글자가 드러난다!

키는 true_steganographers_doesnt_need_any_tools

 

해결!