[picoCTF 2018] Reading Between the Eyes
문제에서 제공해주는 파일을 strings, cat, steghide, foremost, binwalk 해봐도 아무것도 얻을 수 없다. 내용으로 유추해보자면 스테가노그래피 와 연관되어 있어 보이는데 이는 곧 "스테가노그래피로 숨겨진 텍스트"를 읽을 수 있어야 하는 게 포인트였다. 온라인 디코더를 이용해도 되고 zsteg를 이용해도 풀린다. Online Decoder Site : stylesuxx.github.io/steganography/ Steganography Online Encode message To encode a message into an image, choose the image you want to use, enter your text and hit the Encode button. Sav..