Forensic/wargame & ctf
[ctf-d] black-hole / Find Key(butterfly)
ukkiyeon
2022. 5. 10. 23:07
BITCTF를 인코딩한 결과, QklUQ1RG라는 것을 알았다.
HxD에서 QklUQ1RG를 검색한 결과, 동일한 문자열을 찾을 수 있었다.
시그니처는 모두 정상이었다.
옆 부분까지 다 복사해서 디코딩한 결과,
플래그를 얻을 수 있었다.
추가로 strings로 확인해본 결과, UQklUQ1RGe1M1IDAwMTQrODF9 이런 문자열을 찾을 수 있었는데
디코딩 오류가 발생했다.
BITCTF를 인코딩해보고, 어디부터가 플래그 형식에 해당되는 문자열인지 알아야 했다.
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
해당 사이트를 통해 플래그를 찾을 수 있었다!