// cybersecurity courses
Cybersecurity Courses
Structured, mostly-free paths to learn web security, networking, Linux, and offensive security — from zero to job-ready.
Where to start (in order)
- Fundamentals first — Linux basics and networking before touching any hacking tool. Skipping this is the #1 reason beginners get stuck.
- Guided platform — pick one structured platform to build habits before jumping between many.
- Practice labs — apply what you learn immediately on real, legal targets.
Recommended free/mostly-free courses
What to learn, in what order
- Linux command line + networking basics (TCP/IP, DNS, HTTP)
- Web fundamentals: how requests/responses work, cookies, sessions
- Common vulnerability classes: XSS, SQL injection, CSRF, broken auth
- Tools: Burp Suite, Nmap, Wireshark (guides for these are linked from the Tools section)
- Practice on legal targets: TryHackMe rooms, HTB machines, Juice Shop
cOmrade tip
Don't collect certificates without practicing. Pick ONE room/machine a week and actually finish it end-to-end rather than jumping between five courses.