CTF GHCTF2025 GetShell Problem Solution The title opened the web page and gave the source code: <?php highlight_file(__FILE__); class C...
CTF GHCTF2025 ezzzz_pickle Problem Solution The title is ezzzz_pickle, which must have something to do with the pickle module. This is the source code that broke out after solving the problem: fr...
CTF GHCTF2025 (> ﹤ ﹏<) 题解 The topic is also the topic of Flask and gives the source code: from Flask import Flask,request...
CTF GHCTF2025 upload?SSTI! Solution The title gives the source code: import OS import re from flask import Flask,...
CTF DASCTF2024 Truman WEB The topic is a topic seen on BUUCTF. The source code of the topic is as follows (stripped down after obtaining permission): from flask impor...