Take a Look
GHCTF2025 upload?SSTI! Solution
The title gives the source code: import OS import re from flask import Flask,...
2025H & NCTF Data Processing
The title gives the source code, and very concise code: from Crypto.Util.number import B...
Introduction to Neural Networks & Architecture
What is a neural network? First of all, let's look at Baidu's definition of neural network: artificial neural network (Artificial Neural Net...
File Management System with QT Interface
download address open source address: https://github.com/mcdudu233/FileSystem.git下...
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...