01
Dockerised CTF Lab

Self-contained vulnerable environment for practising network pivoting, port forwarding, and lateral movement techniques.

Docker Nginx Flask Chisel
Docker Network
02
Recon Automation Script

Chains nmap, gobuster, and whatweb into a single run and dumps results into a dated, Obsidian-ready folder structure.

Bash nmap gobuster whatweb
Automation Recon
03
Portfolio + CTF Writeups Site

Flag-gated CTF writeup hosting with typewriter terminals, scramble animations, and markdown rendering. Deployed on GitHub Pages.

HTML CSS JS Marked.js GitHub Pages
Portfolio Open Source
04
AD Enumeration Toolkit

Automates user, group, and SPN collection for Active Directory lab environments. Outputs BloodHound-compatible JSON.

Python BloodHound ldap3
Active Directory Automation
05
Web Exploit Playground

Intentionally vulnerable web app stack for practising XSS, SSRF, and SQLi with Burp Suite in an isolated Docker environment.

Docker Node.js Express Burp Suite
Web Security
06
PrivEsc Notes API

Serves searchable Linux and Windows privilege escalation notes over a REST API with Redis caching and full-text search.

FastAPI PostgreSQL Redis
API CTF