// THE BLOG

All write-ups

Deep dives on offensive security, defensive engineering, and the systems in between. 13 posts and counting.

Cybersecurity Roadmap18 min read

Becoming a Cybersecurity Expert: Red Team / Blue Team Mastery Roadmap

A complete six-phase roadmap from software developer to professional-grade defender who can exploit, detect, hunt, harden, and run purple-team exercises.

Jun 20, 2026
Pentest8 min read

Exploiting JWT Misconfigurations in Modern APIs

JSON Web Tokens promise stateless, tamper-proof authentication until a single misconfiguration hands an attacker the keys to every account.

Jun 12, 2026
Web Security6 min read

Bypassing Content-Security-Policy in the Real World

A field guide to CSP gadgets, nonce reuse, and JSONP endpoints that quietly defeat your strongest header.

Jun 05, 2026
DevSecOps11 min read

Hardening CI/CD Against Supply-Chain Attacks

A pragmatic checklist for pinning dependencies, isolating runners, and reducing the blast radius of a compromised pipeline.

May 28, 2026
Research14 min read

Reverse-Engineering a Smart Router's Firmware

Dumping flash, unpacking SquashFS, and finding the hardcoded credential that started it all.

May 19, 2026
Zero Trust9 min read

Implementing mTLS Across a Microservices Mesh

Identity-based service auth without the YAML sprawl: certificates, rotation, and graceful failure modes.

May 10, 2026
AI Security7 min read

Prompt Injection: Defending LLM-Powered Apps

Why input filtering is not enough, and the architectural patterns that actually contain untrusted model output.

May 02, 2026
Cloud6 min read

IMDSv2 and the End of SSRF-to-Credentials

Why instance metadata hardening matters and how to enforce it across an AWS organization.

Apr 24, 2026
Networking12 min read

Building a Custom Linux ISO for Field Hardening

Reproducible images, signed packages, and a locked-down base for edge deployments.

Apr 15, 2026