Forensic/Write-up

Tenable CTF 2021 - Secret Images

zooonique 2021. 2. 24. 19:52
반응형

두 가지의 사진이 주어진다.

 

crypted1
crypted2

왜 두 장을 줬을까 고민하다가 스테가노그래피하면 무조건 등장하는 사이트를 통해 접근했다.

 

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

사진이 두 장이니까 hideimage로 만들어보니 플래그가 나왔다.

 

반응형