// Security Resources

A curated collection of the best platforms, tools, and references for learning cybersecurity — vetted by the community. All external links open in a new tab.

Where to start: If you're brand new, begin with OverTheWire: Bandit (Linux basics) → TryHackMe (guided learning) → HackTheBox (real challenge). Bookmark PortSwigger Web Academy for web security — it's free and world-class.

01 // Practice Platforms

pwn.college

ASU's structured binary exploitation and system security curriculum. Covers the full path from Linux basics to kernel exploitation. Designed for university students but open to all.

HackTheBox

Industry-standard platform with realistic vulnerable machines, Pro Labs, and Battlegrounds. Completing machines here is respected on CVs. Active machines require a VPN connection.

TryHackMe

Browser-based guided learning with structured paths covering pentesting, web hacking, SOC analysis, and more. The most beginner-friendly hands-on platform. No local Kali needed to start.

OverTheWire

Classic text-based wargames. Bandit (start here!) teaches Linux command-line fundamentals via SSH puzzles. Natas covers web security. Leviathan, Krypton, and more for every level.

PortSwigger Web Security Academy

The gold standard for web application security. Made by the creators of Burp Suite. 100% free, covering XSS, SQLi, SSRF, IDOR, authentication flaws, and every OWASP Top 10 category with interactive labs.

PentesterLab

Practical web application security exercises from beginner to expert. Covers JWT attacks, code review, SQL injection, and more. A Pro subscription unlocks all content; many free exercises available.

VulnHub

Download and run vulnerable virtual machines locally. No subscription needed — just VirtualBox or VMware. Great for offline practice and building a home lab environment.

Root-Me

Over 400 challenges organized by category: web, network, cryptography, steganography, forensics, scripting. French-origin platform with a strong international community.

CryptoHack

Dedicated cryptography learning platform. Covers AES, RSA, elliptic curves, hash functions, and more through interactive Python challenges. The best crypto-specific resource available for free.

Hacker101 (HackerOne)

Free web security education from HackerOne — the world's largest bug bounty platform. Complete CTF challenges to earn invites to private bug bounty programs and start making real money.

02 // CTF Competitions

03 // Learning Platforms & Courses

04 // Tools & References

GTFOBins

Curated list of Unix binaries that can be exploited to bypass local security restrictions. Essential for Linux privilege escalation during CTFs and real engagements. Search for any binary you find with SUID set.

LOLBAS

Living Off the Land Binaries and Scripts — the Windows equivalent of GTFOBins. Documents native Windows binaries that attackers can abuse to execute code, download files, and bypass defenses.

HackTricks

The most comprehensive pentesting methodology wiki available. Covers every attack technique, exploitation path, and tool usage. When you're stuck on a machine or challenge, check HackTricks first.

Exploit-DB / searchsploit

Public archive of exploits and vulnerable software maintained by Offensive Security. Use searchsploit on Kali to search locally. Always check here after finding a software version.

CyberChef

GCHQ's "Swiss Army Knife" for data manipulation. Encode/decode base64, hex, XOR, rotate ciphers, extract strings, analyze files — all in a browser-based drag-and-drop interface. Invaluable for CTF crypto challenges.

VirusTotal

Scan files and URLs against 70+ antivirus engines and threat intelligence feeds. Used by security researchers to analyze suspicious files. Also great for understanding malware behavior via sandbox reports.

Shodan

Search engine for internet-connected devices. Find exposed webcams, databases, industrial control systems, and servers by banner, port, or location. The go-to OSINT tool for passive reconnaissance.

OWASP

Open Web Application Security Project — the nonprofit that defines web security standards worldwide. Home of the OWASP Top 10 (must-know vulnerabilities), WSTG (testing guide), and dozens of free tools.

IppSec.rocks

Search engine for IppSec's HackTheBox video walkthroughs by technique. Type a tool or attack (e.g., "buffer overflow", "kerbrute") and jump to the exact timestamp where it's demonstrated.

RevShells.com

Reverse shell generator for every language and platform — bash, Python, PHP, PowerShell, and more. Enter your IP and port, select the shell type, and copy the payload. Indispensable for CTFs.

05 // YouTube Channels Worth Following

06 // Certification Roadmap

Certifications signal your knowledge to employers. Here's a common progression path — you don't need all of them, just the ones relevant to your target role.

Entry Level — Start Here

CompTIA A+ CompTIA Network+ CompTIA Security+ eJPT (free exam!) Google Cybersecurity

Intermediate — Pick Your Path

CEH / PNPT (TCM) / eCPPT (INE) / CySA+ / PenTest+

Advanced — Industry Prestige

OSCP OSEP / CISSP / GPEN / GWAPT
💡 PNPT vs OSCP: TCM's PNPT (~$400) is a highly respected practical cert with a report submission. OSCP (~$1,500) is the gold standard for penetration testers. Do PNPT first — it's excellent preparation.

07 // Communities & News