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 upload?SSTI! Solution
The title gives the source code: import OS import re from flask import Flask,...
GHCTF2025 GetShell Problem Solution
The title opens the web page and gives the source code: <?php highlight_file(__FILE__); class C...
Haikang TB4117 changes UVC mode back to NCM mode
Haikang TB4117 module runs to debug mode. No matter whether the module is in NCM mode or UVC mode, web pages can be carried out in debug mode...
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 by the way: fr...