Funny PDF

10 ×

This PDF was generated using PostScript language.

Find the hidden flag.

https://drive.google.com/file/d/1s2lBti9oO8sqLCMBuJyiiKB9y8PJkS7w/view

Author: PsycoR


PDFファイルをAdobe Readerで開いて、すべてを選択してコピーすると次の文字列になります。
4D8ig5iat5a6l
f4o9r4e9n7sibcs
i6s83164
a6n4 3e3x6aect science
5nfo3t16e
t5hfe7 0p3ro0cedures
3b5ut3735
t6h3e7 r2e3s1ults.
-7E0d3e7w7dede Oriwoh
これからPDFファイルに表示されている次の文字列を取り除きます。
Digital
forensics
is
an exact science
not
the procedures
but
the results.
-Edewede Oriwoh
すると次のようにASCIIコードだけが抽出されます。
485a56
49497b
683164
64336e
5f316e
5f7030
353735
637231
70377d
これを文字列に変換するPythonプログラムを書きます。
flag = ''
s = '485a5649497b68316464336e5f316e5f703035373563723170377d'
for i in range(0, len(s), 2):
flag += chr(int(s[i:i+2], 16))
print(flag)
フラグは、
HZVII{h1dd3n_1n_p0575cr1p7}