Forensics 풀이/[DigitalForensic]with CTF
Multimedia #6-Find Key(butterfly)100
IS_배키
2020. 6. 14. 02:53
<문제>
문제를 읽고 butterfly.png를 다운로드하였다.
파일을 다운로드해서 열어보면 상당히 큰 크기의 나비사진이 나타난다.
예전 문제들처럼 스테가노그래피 기법을 사용해
플래그를 숨겨놓은 것 같아
사이트에 사진을 넣어보았다.
*스테가노그래피(Steganography) : 파일 속에 데이터의 존재 자체를 숨기는 데이터 은폐 기술
- 스테가노그래피 이미지 해석 사이트
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
사진 위쪽부분에 선명하게 플래그가 나타났다.
FLAG=sun{RE4DY_THE_4CID_M4GNET!}
문제 해결!