MCPcopy Create free account

hub / github.com/USTC-Hackergame/hackergame2021-writeups / endpoints

Endpoints19 in github.com/USTC-Hackergame/hackergame2021-writeups

Routechallenge
app.route('/challenge/<level>.bin')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Routecheckout
app.route('/checkout')
official/FLAG 助力大红包/src/main.py:None
Routeexit
app.route("/logout")
official/FLAG 助力大红包/src/main.py:None
Routehelp
app.route('/help')
official/FLAG 助力大红包/src/main.py:None
Routeindex
app.route("/")
official/灯,等灯等灯/src/app/main.py:None
Routeindex
app.route('/')
official/FLAG 助力大红包/src/main.py:None
Routeindex
app.route('/')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Routeindex
app.route("/", methods=["GET", "POST"])
official/图之上的信息/src/app/app/views.py:None
Routeinvite
app.route('/invite/<string:helplink>', methods=["GET","POST"])
official/FLAG 助力大红包/src/main.py:None
Routelogin
app.route("/login")
official/灯,等灯等灯/src/app/main.py:None
Routelogin
app.route('/api/login', methods=["POST"])
official/FLAG 助力大红包/src/main.py:None
Routelogin
app.route('/login')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Routelogout
app.route("/logout")
official/灯,等灯等灯/src/app/main.py:None
Routelogout
app.route('/logout')
official/超 OI 的 Writeup 模拟器/src/app/main.py:None
Routelogout
app.route("/logout", methods=["POST"])
official/图之上的信息/src/app/app/views.py:None
Routeno_graphiql
app.route("/graphiql", methods=["GET"])
official/图之上的信息/src/app/app/views.py:None
Routenotes
app.route("/notes", methods=["GET"])
official/图之上的信息/src/app/app/views.py:None
Routesubmit
app.route("/submit", methods=["POST"])
official/灯,等灯等灯/src/app/main.py:None
Routesubmit
app.route('/submit', methods=['POST'])
official/超 OI 的 Writeup 模拟器/src/app/main.py:None