Certifications, career paths, home labs, CTF platforms, bug bounties, and what to do next.
Which certs actually matter, what career paths exist, and how to turn CTF skills into a job.
Here are the major career paths, what they involve, and which phases prepare you for each:
Legally break into organizations to find vulnerabilities before criminals do. Conduct network, web, and social engineering assessments.
Monitor security alerts, triage incidents, investigate threats, and escalate confirmed incidents. The front line of defense.
Respond to active security breaches. Perform digital forensics (recovering and analyzing evidence from computers), malware analysis, and lead remediation efforts.
Analyze malicious software to understand its capabilities, extract IOCs, and develop detections. Deep technical work.
Secure cloud infrastructure (AWS, Azure, GCP). Design secure architectures, detect misconfigurations, and respond to cloud-specific threats.
Ensure organizations meet security regulations and standards. Risk assessments, policy writing, audit management.
Certifications validate your skills and open doors. Here's a realistic progression path:
💡 Cert advice: Certifications complement experience, they don't replace it. An OSCP with no practical experience is less valuable than someone who's solved 50 HTB machines and has a portfolio of writeups. Get hands-on experience first, use certs to validate and formalize your knowledge.
A home lab is where you practice freely. No rules, no scope limitations, full control. Here's how to build one:
# Minimal Home Lab (runs on any modern laptop):
# ─────────────────────────────────────────────
# 1. Kali Linux VM (attacker)
# 2. Vulnerable VMs:
# - Metasploitable 2/3 (intentionally vulnerable Linux)
# - DVWA (Docker: docker run -d -p 8080:80 vulnerables/web-dvwa)
# - VulnHub machines (download OVAs from vulnhub.com)
# - HTB/THM (via VPN from your Kali VM)
# 3. Windows VM (if you have a license):
# - Windows 10/11 evaluation (free 90-day trial from Microsoft)
# - Install Sysmon for enhanced logging
# - Disable Windows Defender for testing
# AD Lab (needs 16GB+ RAM):
# ─────────────────────────────────────────────
# 1. Windows Server 2019/2022 (evaluation, free 180 days)
# - Install Active Directory Domain Services
# - Create domain: lab.local
# - Add users, groups, misconfigured ACLs
# 2. Windows 10/11 workstations (2x, joined to domain)
# 3. Kali Linux (attacker, separate network)
#
# Automated setup:
# - DetectionLab (https://github.com/clong/DetectionLab)
# Pre-built AD lab with logging, Splunk, Fleet, Velociraptor
# - GOAD (Game of Active Directory) — multiple misconfigured domains
# - PurpleCloud — Terraform-based Azure AD lab
# Blue Team Lab additions:
# ─────────────────────────────────────────────
# - ELK Stack (Docker) — SIEM for log aggregation
# - Wazuh — Open-source XDR/SIEM
# - Security Onion — Full NSM (Network Security Monitoring) platform
# - Sysmon on Windows VMs — Enhanced process/network logging
# - pfSense/OPNsense — Firewall/IDS between network segments
These platforms provide legal, safe environments to practice everything you've learned:
The gold standard for pentesting practice. Realistic machines, challenges, and Prolabs (enterprise-scale networks). Active machines = no writeups allowed (learn independently). Retired machines = writeups available.
Best for: Phases 2–5, OSCP prep
Guided, beginner-friendly learning paths. Structured rooms with instructions. Great for following this learning path — they have rooms for almost every topic we cover.
Best for: All phases, structured learning, beginners
Classic wargames focused on Linux command line, networking, and binary exploitation. Bandit (beginner) through Vortex (advanced). Free, SSH-based.
Best for: Phase 1 (Linux CLI, networking), binary exploitation
Carnegie Mellon's beginner-friendly CTF. Jeopardy-style challenges: web exploitation, reverse engineering, forensics, crypto. Great for students.
Best for: Beginners, students, CTF introduction
The absolute best free resource for web application security. Interactive labs for every web vulnerability type. Created by the makers of Burp Suite.
Best for: Phase 3 (Web Exploitation), deep web security
Blue team CTF challenges. PCAP analysis, memory forensics, log analysis, malware triage. The best free resource for defensive skill practice.
Best for: Phase 6 (Blue Team), DFIR practice
Bug bounty programs pay you to find vulnerabilities in real-world applications. They're the bridge between CTF practice and professional pentesting:
💡 Bug bounty tips for beginners:
• Start with programs that have a wide scope (e.g.,*.company.com)
• Focus on one vulnerability class at a time — get really good at XSS before moving to SSRF
• Read published reports (HackerOne Hacktivity) to learn what real findings look like
• Subdomain enumeration and recon are your competitive advantage — find targets others miss
• Write clear, reproducible reports — a well-written report is more likely to be accepted and rewarded
• Our guides are directly applicable: Burp Suite, Web Enumeration, API Testing, OSINT
Contributing to security tools builds your skills, your reputation, and your portfolio. Great projects to contribute to:
In cybersecurity, your portfolio matters more than your resume. Here's what to build:
You've completed the learning path. Here's what to do next, in order:
Everything on this site, organized by category:
You've covered offensive security, defensive security, and career fundamentals. Now go build experience. Solve boxes. Write reports. Break things. Detect things.
The material is here. The practice is on you.