88 words
1 minute
Start Here: RazzSec Lab
This site is organized as a personal CTF lab and security notebook.
Main Sections
- CTF Writeups: full challenge walkthroughs
- Linux: enumeration, privilege escalation, shell workflow
- Reverse Engineering: Ghidra, debugging, binary analysis
- Binary Exploitation: stack, ROP, format strings, pwntools
- Web Security: Burp, auth bugs, injection, file upload issues
- Projects: tools, scripts, exploit templates, and security experiments
Add A New Writeup
Create a new Markdown file under src/content/posts/.
$ pnpm new-post ctf-writeups/my-new-writeup.mdThen set the frontmatter:
title: "Challenge Name - Platform"published: 2026-06-07description: "One sentence summary."tags: ["pwn", "gdb", "pwntools"]category: "CTF Writeups"draft: falseRecommended Writeup Structure
- Challenge info
- Recon
- Analysis
- Exploit or solution
- Flag/result
- Lessons learned
Start Here: RazzSec Lab
https://razz.systems/posts/start-here/