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 ...
TSCTF-j 2023 Bubble Write-Up 题目背景题目灵感来源于当年大一计导课做OJ的时候,遇到类似这种输入数组size的时候老是不知道应该把数组的实际size设置成多大。所以浅写了一个设置了数组的大小,但是没有对输入的size进行检查的冒泡排序算法。源代码如下// gcc -g -no-pie -fno-stack-protector -o bubble bubble....
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...