write-up(forensic)/ctf-d
[ctf-d] 저는 당신의 생각을 알고 있습니다. write-up
ssongk
2023. 2. 9. 04:23
windows 11 환경에서 풀이를 진행하였습니다.

exiftool로 파일을 확인해주면 User Comment 속성의 값에 플래그가 있습니다.
> exiftool .\logo.jpg
...
Components Configuration : Y, Cb, Cr, -
User Comment : now_youre_thinking_with_exif
Flashpix Version : 0100
Lens Make : The flag you're looking for is in another property...
Quality : 60%
...
리눅스에서 strings 명령을 통해서도 해결할 수 있습니다.
$ strings logo.jpg
Exif
IceCTF
2015
0230
01003
ASCII
now_youre_thinking_with_exifThe flag you're looking for is in another property...
Ducky
1http://ns.adobe.com/xap/1.0/
...