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

Terminal window
$ pnpm new-post ctf-writeups/my-new-writeup.md

Then set the frontmatter:

title: "Challenge Name - Platform"
published: 2026-06-07
description: "One sentence summary."
tags: ["pwn", "gdb", "pwntools"]
category: "CTF Writeups"
draft: false
  1. Challenge info
  2. Recon
  3. Analysis
  4. Exploit or solution
  5. Flag/result
  6. Lessons learned
Start Here: RazzSec Lab
https://razz.systems/posts/start-here/
Author
Rahul Razz
Published at
2026-06-07
License
CC BY-NC-SA 4.0