Personal Projects
Things I've built, experimented with, or documented well
Infrastructure & Home Lab
PNETLab on GCP (Terraform-Based Deployment)
Cloud-hosted private network lab built using Terraform. Used for learning routing, switching, VPNs, and network design
- PNETLab deployment on Google Cloud
- Infrastructure-as-Code with Terraform
- Secure lab access via Tailscale with custom domain without public exposure
Virtual Lab for Offensive Security
A virtual home lab designed for practicing penetration testing, Active Directory attacks, and network-based scenarios.
- Built using virtualization and isolated networking.
- Designed to simulate small enterprise environments.
- Used for CTF practice, tooling experiments, and attack chain testing.
Mirroring GitHub Pages with Cloudflare Workers
Using Cloudflare Workers as reverse proxy to mirror my GitHub Pages site on a custom domain without breaking SEO
- Cloudflare Workers as reverse proxy
- No duplicate deployments or hosting migration
- Fully serverless and free-tier friendly
Development
Blog - This Website
A personal blog built with Hugo and a heavily customized base theme. The blog itself is an ongoing project.
- SPA-like navigation using with Swup.js on top of Hugo
- Theme customized to match my preferred layout and workflow
- Minimalist design, focus on simplicity
Security
TryHackMe Wreath - Pentest Case Study
A penetration testing report based on the TryHackMe Wreath environment.
- A penetration testing report based on the TryHackMe Wreath environment.
- Includes attack chain, findings, and remediation notes
- Written in a report-style format
PHP 8.1.0-dev Remote Code Execution
A proof-of-concept (PoC) exploit targeting the zerodium backdoor in PHP 8.1.0-dev via crafted HTTP headers.
- Understanding exploitation flow
- Written for learning and documentation purposes
- Not intended for real-world misuse