Funny PDF
10This PDF was generated using PostScript language.
Find the hidden flag.
https://drive.google.com/file/d/1s2lBti9oO8sqLCMBuJyiiKB9y8PJkS7w/view
Author: PsycoR
これからPDFファイルに表示されている次の文字列を取り除きます。4D8ig5iat5a6lf4o9r4e9n7sibcsi6s83164a6n4 3e3x6aect science5nfo3t16et5hfe7 0p3ro0cedures3b5ut3735t6h3e7 r2e3s1ults.-7E0d3e7w7dede Oriwoh
すると次のようにASCIIコードだけが抽出されます。Digitalforensicsisan exact sciencenotthe proceduresbutthe results.-Edewede Oriwoh
これを文字列に変換するPythonプログラムを書きます。485a5649497b68316464336e5f316e5f703035373563723170377d
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}
です。
リンクアップ
技術評論社
2017-10-07