Take a Look

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...

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

XYCTF2025 Now you see me 1 Writeup
Title # YOU FOUND ME ;) # -*- encoding: utf-8 -*- '& #...

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...

Linux System Backup and Recovery
Why do you want to make Linux system backup? Using Linux system for daily work, data security is one of our most concerned issues. with w...