tsctf-j2023 strange_code_runner e_order wp strange_code_runner程序功能这是一个可以执行 shellcode 的小程序,三个选项依次是edit、load、run,运行一下简单了解一下这个可执行文件的功能:1. edit code 2. load code 3. run code >>>1 >>>AAAAA >>>2 load success >>>3 unable to pass the check ...
info= urllib.request.urlopen(urls).read().decode('utf-8')returninfoexceptException as e:print(e)return"error"else:return"Method error"@app.route("/")defhome():return" Welcome to this Challenge alert('focus on the source code')"if__name__=="__main__": app.run(debug=True,port=73...