Take a Look

XYCTF2025 Signin Writeup
The title gave the source code: # -*- encoding: utf-8 -*- '''@...

compressed package plaintext attack
If we have an encrypted ZIP compression package and know some of its contents (such as a file), then we can proceed according to these contents...

The hamster-beating game written by C and easyx libraries
download address open source address: GitHub-mcdudu233/Whack-a-Mole: based on eas...

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

Compression and decompression of Linux
Compression and decompression of a single file In linux, there are two commonly used compression software, gzip and bzip, and the commands are g...