Tags: misc googlectf google caesar 

Rating:

### OCR IS COOL! (misc)
![](https://rls1004.github.io/img/google_ocr1.png)

![](https://rls1004.github.io/img/google_ocr2.JPG)

이미지 파일이 주어지는데 메일의 내용 중 VMY{...} 가 플래그 형식과 비슷하여 Caesar 복호화를 했더니 플래그가 나왔다.

VMY{vtxltkvbiaxkbltlnulmbmnmbhgvbiaxk} → **CTF{caesarcipherisasubstitutioncipher}**

*※ CTF 진행중인 당시에 받은 이미지 파일에서는 VMY{...} 가 url 에 씌어져 있었는데 대회가 종료된 후 다시 이미지 파일을 받았을 때는 메일 내용 안에 VMY{...} 문장이 들어있었다.*

Original writeup (https://rls1004.github.io/2018-06-25-googlectf-writeup-beginners/).