// Explore any of these with a tutor

Pick a thread. You steer.

Every topic below is a doorway, not a syllabus. Open one and explore it with a personal Socratic tutor in a real browser terminal — as far as your curiosity goes. It complements what you already learn; it does not replace it.

Offense

Social Engineering

Phishing analysis, pretexting, baiting, and defensive communication. Recognize and resist human-layer attacks.

OSINT

Open source intelligence gathering, social engineering reconnaissance, and digital footprint analysis.

Web Exploitation

SQL injection, XSS, CSRF, authentication bypass, and web application vulnerabilities.

Privilege Escalation

Linux and Windows privilege escalation techniques, SUID, kernel exploits, and misconfigurations.

Wireless Security

WiFi protocols, WPA/WPA2 cracking, Bluetooth attacks, and wireless network defense.

Cloud Security

AWS, Azure, GCP security misconfigurations, IAM, S3 bucket exploits, and cloud forensics.

Reverse Engineering

Binary analysis, disassembly, debugging, and understanding compiled code.

API Security

APIs are where the data actually lives, and they fail differently than web pages. This topic covers the OWASP API Security Top 10 — broken object-level authorization (BOLA/IDOR), broken authentication, mass assignment, excessive data exposure — plus the shadow and zombie APIs nobody documented, and how to test for these flaws systematically.

AI & LLM Security

Large language models and the agentic systems built on them introduce an attack surface most security training never mentions: prompt injection, tool/agent abuse, data exfiltration through context, excessive agency, and model/data poisoning. This topic teaches the OWASP LLM Top 10 and how to threat-model an AI feature the way an attacker would — treating the model as an untrusted interpreter wired to real tools and real data.

Defense

Incident Response

Detection, containment, eradication, and recovery procedures for security incidents.

Software Supply Chain Security

The code you ship is mostly code you didn't write. Dependency confusion, typosquatted packages, compromised maintainers, and unsigned build artifacts are now primary attack paths into otherwise hardened organizations. This topic covers SBOMs, artifact signing (Sigstore/cosign), build provenance (SLSA), dependency risk, and why CI/CD must be treated as production infrastructure.

Detection Engineering

Modern blue teams don't just watch a SIEM — they author, test, and version detections as code. This topic covers mapping adversary behavior to MITRE ATT&CK, writing and tuning detection rules (Sigma and friends), reasoning about false-positive rates and detection coverage, and running purple-team loops that prove a detection actually fires against real attacker technique.

Non-Human Identity & Secrets Management

Machine identities — service accounts, API keys, OAuth tokens, CI/CD credentials, and workload identities — now outnumber human accounts by an order of magnitude, and a forgotten or over-permissioned secret is the pivot point in most modern breaches. This topic covers how non-human identities (NHIs) are created, scoped, stored, rotated, and revoked, and why secret hygiene — not the firewall — is the real perimeter.

ICS/OT Security

Secure industrial control and operational technology environments — Purdue segmentation, industrial protocols, PLCs and safety systems, detection, and incident response under process constraints.

IoT & Embedded Device Security

Assess connected devices end-to-end — firmware acquisition and analysis, hardware interfaces, radio protocols, device identity secrets, and the companion-app / vendor-cloud attack surface.