Python · SQL · Web Dev · Java · AI/ML tracks launching soon — your one platform for all of IT

Cybersecurity

From zero to job-ready security engineer — 40 modules, no prerequisites

Self-paced May 2026
🎓Complete beginners — zero security knowledge required
💻Developers who want to write secure code
🔴Anyone preparing for red team or pentesting roles
🔵Aspiring SOC analysts and security engineers
40
Modules
6
Phases
233+
Topics covered
30h
Total content
100%
Free forever
Both sides. Full spectrum. This track covers how attacks work (red team) and how defences are built (blue team). The best security engineers understand both — defenders who think like attackers catch what tools miss. Phases 2–4 are attacker perspective. Phases 5–6 are defender perspective.
// Curriculum

40 Modules. Zero to Job-Ready.

Follow in order. Each module builds on the last. Attack patterns before defence. Concepts before tools. Every idea earned before the next one.

1
Phase 1What Even Is This?
MODULE 01✓ LIVE

What is Cybersecurity?

The threat landscape, the roles, and why this field exists. What attackers actually want and how defenders think. The clearest possible starting point.

Threat landscapeAttackers vs defendersWhy security mattersThe field mapped
25 min
read time
Start →
MODULE 02✓ LIVE

How the Internet Works — A Security Engineer's View

TCP/IP, DNS, HTTP, TLS — explained from the security angle. Every layer hides attack surfaces. This module shows you where they are and why they exist.

TCP/IP modelDNS explainedHTTP and HTTPSTLS handshakeAttack surfaces per layer
40 min
read time
Start →
MODULE 03✓ LIVE

Linux for Security Engineers

The operating system every hacker and every defender lives in. File permissions, processes, users, logs, and the commands you will use every single day.

File permissionsUsers and groupsProcesses and signalsLog filesEssential commands
45 min
read time
Start →
MODULE 04✓ LIVE

Cryptography From Scratch

How encryption actually works — symmetric, asymmetric, hashing, digital signatures. Not math proofs — practical understanding of what protects data and what breaks it.

Symmetric encryptionAsymmetric (public key)HashingDigital signaturesTLS internalsCommon attacks
50 min
read time
Start →
MODULE 05✓ LIVE

The CIA Triad and Security Models

The three properties every security decision protects or trades off: Confidentiality, Integrity, Availability. The frameworks built around them.

ConfidentialityIntegrityAvailabilitySecurity modelsTrade-offs in design
30 min
read time
Start →
MODULE 06✓ LIVE

Cybersecurity Career Paths and the US Job Market (2026)

Every security role mapped — SOC analyst to CISO. Real US salary data, top hiring companies, the certifications that actually matter, and how to break in.

Role mapUS salaries by roleTop hiring companiesCertifications rankedBreaking in
35 min
read time
Start →
2
Phase 2How Attacks Work
MODULE 07✓ LIVE

How Attackers Think — The Kill Chain and MITRE ATT&CK

The attacker's playbook from first reconnaissance to full compromise. MITRE ATT&CK explained. Understanding this framework is what makes defenders effective.

Cyber Kill ChainMITRE ATT&CKAttack lifecycleTTPs explainedDefender implications
40 min
read time
Start →
MODULE 08✓ LIVE

Social Engineering and Phishing

The most successful attack vector in history requires zero technical skill. How social engineering works, why humans are the hardest vulnerability to patch.

Phishing typesSpear phishingVishing and smishingPretextingDefense strategies
35 min
read time
Start →
MODULE 09✓ LIVE

Web Application Attacks — OWASP Top 10 From First Principles

SQL injection, XSS, SSRF, IDOR, broken auth — every OWASP Top 10 vulnerability explained from scratch with real attack examples and why they exist.

SQL injectionXSSSSRFIDORBroken authSecurity misconfigOWASP Top 10
60 min
read time
Start →
MODULE 10✓ LIVE

Network Attacks — MITM, Sniffing, ARP Poisoning, DNS Hijacking

How attackers position themselves between you and the internet. The mechanics of interception, spoofing, and protocol-level abuse at the network layer.

MITM explainedARP poisoningDNS hijackingSniffing packetsSSL stripping
45 min
read time
Start →
MODULE 11✓ LIVE

Malware — Types, Behavior, and How It Spreads

Viruses, worms, ransomware, rootkits, spyware, RATs — what each one does differently, how they spread, and what defenders look for to detect them.

Malware taxonomyRansomware mechanicsRootkitsRATsCommand & controlDetection evasion
40 min
read time
Start →
MODULE 12✓ LIVE

Authentication Attacks — Credential Theft, Brute Force, Pass-the-Hash

How attackers steal, crack, and replay credentials. Password hashing, rainbow tables, credential stuffing, and pass-the-hash — from the attacker's perspective.

Password crackingCredential stuffingPass-the-hashToken theftMFA bypassDefense patterns
45 min
read time
Start →
MODULE 13✓ LIVE

Vulnerabilities and Exploits — CVEs, Zero-Days, and Patch Management

What a vulnerability is, how exploits are built, how CVEs work, and what zero-days mean in practice. The lifecycle from discovery to patch to exploitation.

CVE systemCVSS scoringZero-daysExploit development basicsPatch lifecycleResponsible disclosure
35 min
read time
Start →
3
Phase 3Core Technical Skills
MODULE 14✓ LIVE

Python for Security Engineers

Not Python basics — Python for security. Port scanners, log parsers, hash crackers, API fuzzers, and the scripts every security engineer actually runs.

Socket programmingPort scanningLog parsingHash crackingHTTP fuzzingAutomation scripts
55 min
read time
Start →
MODULE 15✓ LIVE

Networking Deep Dive — Subnets, Routing, Firewalls, VPNs

The networking knowledge that separates a security professional from someone who just ran a tool. Subnetting, routing tables, firewall rules, and VPN internals.

SubnettingRouting and gatewaysFirewall rule logicNAT explainedVPN protocolsNetwork segmentation
50 min
read time
Start →
MODULE 16✓ LIVE

Linux Hardening — From Default to Secure

A default Linux install is full of attack surface. This module covers every hardening step — from SSH configuration to file permissions to service minimisation.

SSH hardeningUser and sudo configFile permissions auditService minimisationFirewall setupAudit logging
45 min
read time
Start →
MODULE 17✓ LIVE

Windows Security and Active Directory

Most enterprise environments run on Windows and Active Directory. How AD works, how it is attacked (Kerberoasting, DCSync, Pass-the-Ticket), and how to defend it.

Active Directory basicsKerberos authKerberoastingPass-the-TicketDCSyncAD hardening
50 min
read time
Start →
MODULE 18✓ LIVE

Cloud Security — Shared Responsibility and IAM Misconfiguration

The shared responsibility model, the most common cloud attack patterns (S3 buckets, overpermissioned IAM roles, metadata service abuse), and how to fix them.

Shared responsibility modelIAM misconfigS3 exposureSSRF to metadataCloud security postureLeast privilege
45 min
read time
Start →
MODULE 19✓ LIVE

API Security and Container Security

Modern applications live in containers and communicate via APIs. Both are full of attack surface. Authentication, authorisation, and isolation for both.

API auth patternsOWASP API Top 10JWT attacksContainer escapeKubernetes RBACImage scanning
45 min
read time
Start →
MODULE 20✓ LIVE

Secure Coding — Building Software That Does Not Break Under Attack

Input validation, parameterised queries, output encoding, secure defaults. The patterns that prevent the OWASP Top 10 from ever reaching a running application.

Input validationParameterised queriesOutput encodingSecure defaultsDependency managementCode review patterns
50 min
read time
Start →
4
Phase 4Offensive Security
MODULE 21✓ LIVE

Penetration Testing — Methodology, Scoping, and Legal Framework

How professional pentesting works. The rules of engagement, scoping a test, the phases of an engagement, and the report that comes at the end.

Rules of engagementScopingPentest phasesTypes of pentestsLegal frameworkReport writing
45 min
read time
Start →
MODULE 22✓ LIVE

Reconnaissance — OSINT and Footprinting

Everything an attacker can learn before touching the target — from public sources alone. OSINT tools, WHOIS, certificate transparency, and passive recon.

Passive reconOSINT toolsWHOIS and DNS reconCertificate transparencyGoogle dorkingShodan
50 min
read time
Start →
MODULE 23✓ LIVE

Scanning and Enumeration

Active discovery — finding open ports, running services, and version numbers. nmap from basics to advanced, banner grabbing, and service fingerprinting.

nmap fundamentalsPort scanning techniquesService enumerationOS fingerprintingWeb directory bruteforceStealth scanning
45 min
read time
Start →
MODULE 24✓ LIVE

Exploitation — Techniques, Payloads, and Common Vulnerabilities

How exploitation actually works — from identifying a vulnerable service to executing code. Buffer overflows, command injection, and exploitation frameworks.

Exploitation conceptsBuffer overflowsCommand injectionMetasploit basicsPayloads and shellsAvoiding detection
55 min
read time
Start →
MODULE 25✓ LIVE

Web Application Pentesting — SQL Injection to IDOR

Finding and exploiting web vulnerabilities in a structured way. Manual testing methodology, Burp Suite workflow, and the most impactful vulns to hunt first.

Testing methodologyBurp Suite workflowSQLi exploitationXSS exploitationIDOR huntingAuth bypass
60 min
read time
Start →
MODULE 26✓ LIVE

Post-Exploitation — Privilege Escalation, Persistence, Lateral Movement

Getting in is only the start. What attackers do after initial access — escalating privileges, maintaining persistence, and moving across the network.

PrivEsc LinuxPrivEsc WindowsPersistence mechanismsLateral movementCredential harvestingCovering tracks
55 min
read time
Start →
MODULE 27✓ LIVE

CTF Skills — Problem Types, Approach, and Getting Your First Flag

Capture the Flag competitions are how security people learn hands-on. The categories, the mindset, the tools, and a structured approach to your first CTF.

CTF categoriesWeb challengesCrypto challengesForensicsReversing basicsCTF platforms
40 min
read time
Start →
5
Phase 5Defensive Security
MODULE 28✓ LIVE

Security Architecture — Defense in Depth and Zero Trust

How to design systems that are hard to attack. Defense in depth, network segmentation, Zero Trust architecture, and the principles behind every secure design.

Defense in depthNetwork segmentationZero Trust modelDMZ designSecure architecture patternsThreat modelling
45 min
read time
Start →
MODULE 29✓ LIVE

Identity and Access Management — MFA, RBAC, Privileged Access

Identity is the new perimeter. MFA, RBAC, PAM, SSO, OAuth 2.0, and SAML — the controls that determine who gets access to what, and how they are abused.

MFA mechanicsRBAC and ABACPAM for privileged usersSSO and federationOAuth 2.0Identity attacks
45 min
read time
Start →
MODULE 30✓ LIVE

Firewalls, IDS, and IPS — How Detection Actually Works

The three layers of network-based defence. How firewalls decide to block, how IDS detects, how IPS responds, and how attackers evade all three.

Firewall typesStateful inspectionIDS vs IPSSignature vs anomalyEvasion techniquesNGFW capabilities
40 min
read time
Start →
MODULE 31✓ LIVE

SIEM and Log Analysis — Finding Attacks in the Noise

Security Information and Event Management — how logs from hundreds of systems become actionable alerts. Correlation rules, baseline behaviour, and hunting for anomalies.

SIEM conceptsLog sources and normalisationCorrelation rulesBaseline and anomalyAlert triageLog analysis patterns
50 min
read time
Start →
MODULE 32✓ LIVE

Vulnerability Management — Scanning, Prioritisation, Remediation

Finding vulnerabilities before attackers do. The scanning lifecycle, CVSS scoring, prioritisation by risk, and the remediation workflow that actually gets things fixed.

Vulnerability scanningCVSS scoringRisk prioritisationRemediation workflowPatch managementContinuous scanning
40 min
read time
Start →
MODULE 33✓ LIVE

Incident Response — From Alert to Recovery

What happens when the breach has happened. The six phases of incident response, evidence preservation, containment strategies, and the post-incident review.

IR phasesDetection and triageContainmentEvidence preservationEradicationRecovery and PIR
50 min
read time
Start →
MODULE 34✓ LIVE

Threat Intelligence and Threat Hunting

Going from reactive to proactive. Threat intelligence feeds, IOCs, TTPs, and how threat hunters actively look for attackers who have not triggered any alert.

Threat intel typesIOCs and IOAsIntel feedsHunting hypothesisHunting in logsMITRE ATT&CK for hunting
45 min
read time
Start →
6
Phase 6Career & Production
MODULE 35✓ LIVE

DevSecOps — Security Embedded in the Pipeline

Shifting security left — integrating SAST, DAST, dependency scanning, secrets detection, and container scanning into CI/CD pipelines before code reaches production.

SAST and DASTDependency scanningSecrets detectionContainer scanningSecurity gates in CIShift-left culture
45 min
read time
Start →
MODULE 36✓ LIVE

Compliance Frameworks — NIST, SOC 2, ISO 27001, PCI-DSS

The frameworks every US security team operates under. What each one requires, how they relate to each other, and what an audit actually looks like from the inside.

NIST CSFSOC 2 Type IIISO 27001PCI-DSSHIPAA basicsAudit preparation
40 min
read time
Start →
MODULE 37✓ LIVE

Security Certifications — Which One to Get First

CompTIA Security+, CEH, OSCP, CISSP, CISM, AWS Security — ranked by value for each career stage. What each cert covers, costs, and what doors it actually opens.

Security+ overviewCEH vs OSCPCISSP and CISMCloud security certsCert by career stageStudy strategy
35 min
read time
Start →
MODULE 38✓ LIVE

Bug Bounty Hunting — From Beginner to First Valid Report

How to find and report real vulnerabilities in real systems — legally and for money. Platform selection, methodology, the reports that get paid, and the ones that get closed.

Platform selectionScope understandingHunting methodologyReport writingIDOR and logic bugsGetting your first payout
40 min
read time
Start →
MODULE 39✓ LIVE

Building a Home Lab for Cybersecurity Practice

A complete, free practice environment — virtualisation, intentionally vulnerable machines, network setup, and the practice path from beginner to intermediate.

VirtualBox / VMwareKali Linux setupMetasploitable and DVWANetwork lab designPractice pathTryHackMe and HackTheBox
40 min
read time
Start →
MODULE 40✓ LIVE

Interview Prep — 60 Complete Answers for Security Roles

60 complete interview answers across networking, cryptography, web security, pentesting, incident response, compliance, and behavioural — written at senior depth.

Networking questionsCrypto questionsWeb securityPentesting Q&AIR questionsComplianceBehavioural
90 min
read time
Start →
// Ready to start?

Start with Module 01. Build from zero.

No security background needed. Each module assumes only the previous one. The attacker perspective comes first — because defenders who understand attacks are the ones who actually stop them.

Start Module 01 →
Share

Discussion

0

Have a better approach? Found something outdated? Share it — your knowledge helps everyone learning here.

Continue with GitHub
Loading...