Take a Look

DASCTF2024 Truman WEB
The source code of the topic seen on BUUCTF is as follows (stripped down after obtaining permission): from flask impor...

GHCTF2025 GetShell Problem Solution
The title opens the web page and gives the source code: <?php highlight_file(__FILE__); class C...

GHCTF2025 upload?SSTI! Solution
The title gives the source code: import OS import re from flask import Flask,...

File Management System with QT Interface
download address open source address: https://github.com/mcdudu233/FileSystem.git下...

Qt compiled program prompt cannot find libxxx.dll
The reason for this problem is that the dynamic library cannot be found and the command windeployqt is used to deploy the dynamic library. A more complete approach to the solution...