Welcome to All Visitors
π If English is not your native language...
- Videos:
- You may wish to slow down the video speed and enable subtitles (if available), as some of the speakers may talk a bit quickly.
- Text:
- While not perfect, you may wish to use a translation service to clarify any points that you may be stuck on
Recommended Learning Path for Beginners
A Word of Encouragement
β NOBODY is born with knowledge of any of this material. The amount of skill is a reflection of hours + effort. Everyone starts at zero.
β If you encounter someone very skilled, they've been practicing a long time. They didn't acquire their skills overnight, I can promise you.
β Everyone learns differently, and at different speeds. Find the resources that will help you succeed, whether that's on this page or somewhere else.
π’ You DO NOT need to be an expert in every single knowledge domain listed below! The idea is to build confidence across a broad spectrum of knowledge.
β There are no shortcuts! If you try to take shortcuts, you will eventually find yourself later trying to fill knowledge gaps. Take the time now to build a solid foundation.
π‘ Learning new things is a slow process, but is well worth the time. It's completely normal to feel overwhelmed at first. Take it in small chunks and things will start making more sense as you progress.
π‘ I would encourage you to seek out a mentor or a community of your peers. It is an immense help to have others to learn from and learn with. It's not a zero-sum game, we all give and take to and from each other.
Systems Administration
1. Foundational Knowledge
This is a series of brief videos that will introduce you to the technical metamorphosis of computers and their various parts. Very good stuff!

Operating Systems (13:35)

Memory & Storage (12:16)

Files & File Systems (12:02)

Command Line Interfaces (11:23)

Graphical User Interfaces (12:58)
2. Interactive Introduction to Computer Systems
Go through a gamified and engaging series of lessons that will introduce you to the hardware and software aspects of computer systems.

3. Systems Administration Crash Course by Google

Learn to Manage Linux and Windows via the command Line (Playlist)

Learn to Manage Common Services on Linux and Windows Servers (Playlist)
4. Introduction to Virtual Machines and VirtualBox

15:34
5. If You Want to Go Further...
Professor Messer's A+ Videos
Please Note!
This is not a recommendation to get the certification unless needed for a job! You can just watch the videos. I linked the Professor Messer A+ content, because it will introduce you to:
- Hardware concepts
- Operating systems concepts
- Troubleshooting methodology (which is useful to build analytical skills)
Professor Messer's A+ Training Course Part 1
Professor Messer's A+ Training Course Part 2
Computer Networking
1. Foundational Knowledge
Here you will be introduced to the history and metamorphosis of the technology that makes up computer networks and the larger Internet.

Computer Networking Crash Course (12:19)

The Internet β A network of networks (11:57)
2. Complete Networking Course by Google

Complete Networking Course Covering All the Fundamentals (Playlist)
3. Hands-On Networking Labs with GNS3
I'd recommend doing the lab in this order as some of the concepts may be difficult for complete beginners:
- Steps 1, 2, 3
- Then, steps 6, 7, 8, 9
If you're feeling ambitious, you could do the entire lab, but there are some concepts that may be best saved for later.
4. If You Want to Go Further...
Professor Messer's Network+ Videos
Please Note!
This is not a recommendation to get the certification unless needed for a job! The networking course by Google linked above should cover almost everything you need to know.
Web
1. Foundational Knowledge
Here, you will be introduced to the history and metamorphosis of the technology that makes up the World Wide Web.

11:36
2. How DNS Works
The Domain Name System (DNS) is a core component to the functionality of the web and web servers.

6:04
3. HTTP and HTML 101
HTTP is the protocol used between web browser and web servers to transfer data back and forth. HTML is the markup language that instructs browsers on how that data should be displayed on the page.

HTTP and HTML β Internet 101 (7:06)
4. Learn About the Web Interactively
While TryHackMe is a cybersecurity training platform, this free module is an informational module that will help you learn about the web technologies in a gamified manner.

Programming
1. Foundational Knowledge
Here you will have the opportunity to learn about the fundamental concepts in programming in a gamified manner. This entire module is interactive, so take it in small chunks at a time and have fun with it.

2. Learn PowerShell Interactively
This is a mini-series on my blog that will introduce you to programming fundamentals with PowerShell. PowerShell makes a great introductory language if you have a Windows computer, cause you can get started without having to install any additional software packages.

3. Learn Python Interactively
This is a very high-quality, free course on Udacity which will take you through the fundamentals of programming with Python. If you pick up here after my PowerShell course, you'll see a lot of the same concepts, just different ways of doing them with Python.

4. A Deeper Look into Programming
While this course is not interactive in nature, it is free and VERY informative. You'll gain a better understanding of computer numbering systems and the ways programs can control hardware, networking, and more.

Informational Resources
Systems Administration
Core Systems Concepts
- Storage
- CPU
- Memory
- Boot procedure
- System internals
- Core directories
- Filesystem hierarchy
- Windows Registry
- Event and audit logs
Shells and Terminals
This is a fantastic history lesson on the way humans have interacted with computer systems. It's a long read, but it is very educational and covers the primitive terminals with punch cards all the way to the current terminal emulators as we know them today.

Terminal Emulators
The terms console
and terminal
are used interchangeably to reference the software run by the user to emulate bygone physical terminals. Whether you choose to call it a terminal or a console, this piece of software presents to you the command-line interface via which your commands are passed to the shell.
Unix-like Shells
sh
bash
csh
fish
ksh
sh
tcsh
zsh
pwsh
β PowerShell
Windows Shells
powershell
cmd
β Legacy command prompt
Common Command Line Operations
Create, delete, modify files and directories
ls
, mkdir
, cd
, touch
, nano
, cp
, mv
, rm
, vim
, Get-ChildItem
, New-Item
, Copy-Item
, Move-Item
, Rename-Item
, Remove-Item
Manipulating file contents and text streams
grep
, cat
, sed
, awk
, tr
, cut
, paste
PowerShell: -split
, -replace
, -join
Managing processes and services
ps
, kill
, systemctl
, service
, strace
, Get-Process
, Stop-Process
, Get-Service
, Stop-Service
, Restart-Service
Installing and uninstalling packages
apt
, yum
, pkg
, pacman
, zypper
, winget
, Install-Package
, Uninstall-Package
Downloading files and interacting with the web
wget
, curl
, Invoke-WebRequest
, Invoke-RestMethod
, [System.Net.WebClient]::DownloadFile()
Systems Administration Resources
Cheat Sheets
- Linux command quick reference and examples β tl;dr
- Linux command parameter reference β ExplainShell
- Linux SysAdmin Quick Reference β Cheatography
- Interactive crontab schedule expression editor β Crontab.guru
- PowerShell cmdlet lookup β PDQ
- PowerShell cmdlet reference β SS64
- Ultimate sysadmin toolbox (PDF) β SpamTitan
Free Linux Training
- Linux Essentials study material β LPI
- Intro to Linux and Linux distributions β Linux Journey
- Linux Server Management and Security β Coursera
- Learn Linux and security through challenges β OverTheWire
- Test your sysadmin skills with this Linux SysAdmin Quiz
Free Windows Training
- Windows server deployment and administration β Microsoft Learn
- Learn PowerShell through challenges β UnderTheWire
Collections of Resources
Computer Networking
Core Networking Concepts
- IP addressing
- Subnetting
- Routing (ping, layer 3)
- Switching (ARP, layer 2)
- Firewalls
- TCP/UDP protocols & ports
- VLANs
- Tunnels
- Proxies
- DNS
- OSI model
- TCP/IP model
- Computer Networking Flowchart
Networking Tools
IP Configuration
ip address
,ip neighbor
,ip link
Get-NetAdapter
Get-NetIPConfig
oripconfig
Get-NetIPAddress
Get-NetNeighbor
- IP Subnet Calculator
Host Discovery
ping
arp-scan
nmap
Packet Capture and Analysis
- Wireshark and
tshark
tcpdump
Sockets
netcat
ornc
socat
netstat
orss
DNS Troubleshooting
nslookup
ordig
/etc/resolv.conf
Resolve-DnsName
Get-DnsClientServerAddress
Get-DnsClientCache
- DNS Dumpster
- MXToolbox
Remote Connectivity
- OpenVPN
- Wireguard
- IPsec
ssh
scp
- plink.exe
Firewalls
netsh
iptables
pf
Proxies
proxychains
- Burp (or ZAP)
Computer Networking Resources
Routing and Switching
TCP/IP
- Well-known port numbers and services list β MeridianOutpost
Encapsulation
- OSI Model Visualization
- What is the OSI Model? β freeCodeCamp.org
- Protocol Encapsulation Visualization
Network Address Translation (NAT)
- Learn about Network Address Translation (NAT) β YouTube
Domain Name System (DNS)
- Learn how DNS works β YouTube
Subnetting
- Quick subnetting β TechExams Community
Cryptography
- TLS Handshake Explained β CloudFlare
- SSH protocol overview β YouTube
Proxies
- Comparing forward and reverse proxies β CloudFlare
Onion Routing
- How Tor works β YouTube
Free Networking Courses
- Computer Networking: A Top-Down Approach
- Networking for Web Developers β Udacity
- Computer Networking and SDN β Udacity
Free Hands-On Labs
- GNS3 Computer Networking Lab β University of the Pacific
- Wireshark Tutorial for Beginners β YouTube
Collections of Resources
Web
Core Web Concepts
- HTTP methods and headers
- Web servers
- Proxies
- Directories and files
- HTML
- CSS
- JavaScript
- Databases
- Inputs and parameters
Web Tools
CLI HTTP Clients
curl
wget
Invoke-WebRequest
Invoke-RestMethod
DOM Inspection
- Browser developer tools (F12 key)
Content Discovery
gobuster
feroxbuster
Brute Force
hydra
ffuf
Web Stack Analyzers
Web Resources
HTTP Fundamentals
- HTTP request methods reference β Mozilla Developers
- HTTP headers reference β Wikipedia
Web Development
- Learn HTML interactively β Codecademy
- Learn CSS interactively β Codecademy
- Learn JavaScript interactively β Codecademy
- Learn SQL interactively β Codecademy
- Learn Node.js interactively β Codecademy
Web Server Administration
Web Security
- Web Security Academy β PortSwigger
- The web in depth β Hacker101
- Exploit Database (not exclusively web) β OffSec
Search Engine Cheat Sheets
- Google search operators reference β Kinsta
Computer Programming
Core Programming Concepts
- Object-oriented programming (OOP)
- Data types
- Variables
- Flow logic (if/else)
- Loops
- Functions
- Source code review
- Modifying exploits
REPL
- Read
- An interpreter reads your input
- Evaluate
- An interpreter executes (evaluates) your instructions
- Print
- An interpreter prints any output or errors
- Loop
- An interpreter loops back to repeat the process
Programming Languages with a REPL:
- Python
- PowerShell
- JavaScript (Node.js)
Computer Programming Resources
Compiled & Scripting Languages
Overview of Compiled and Interpreted Languages
- Learn about compiled and interpreted languages β YouTube
Example Interpreted (Scripting) Languages
- Bash
- JavaScript
- PowerShell
- Python
- Ruby
Example Compiled Languages
- C
- C++
- C#
- Java
Multi-language Training
- Extensive list of programming language tutorials β Exercism.org
Free Bash Training
- Learn the basics of shell scripting β shellscript.sh
- Interactive shell scripting tutorial β learnshell.org
Free PowerShell Training
- PowerShell as Your First Programming Language
- Learn PowerShell through Challenges β UnderTheWire
- Automate tasks using PowerShell β Microsoft Learn
Free Python Training
- Intro to Python β Udacity
- Free interactive Python tutorial β learnpython.org
- Full intro to Python course β YouTube
L337 Coding Challenges
- Competitive coding challenges in multiple languages β Codewars
- Online coding tests β HackerRank
Cybersecurity
Offensive Security
Training Platforms
- 247CTF β Test your hacking skills on a variety of challenges
- Hacker101 CTF β CTF challenges by Hacker1
- HackTheBox β Practice your ethical hacking skills
- HackTheBox Academy β Learn and practice cybersecurity in depth
- HackSplaining β Overview of mitigating and exploiting common vulnerabilities
- OverTheWire β Linux security challenges
- picoCTF β Computer security challenges by Carnegie Mellon University
- PortSwigger Web Security Academy β Learn web security interactively
- Proving Grounds β OffSec official ethical hacking practice
- pwnable.kr β Interactive security challenges
- TryHackMe β Learn and practice cybersecurity
- Unescape() Room β XSS Challenges by Jober Tabma
Cheat Sheets
- Active Directory Exploitation Cheat Sheet
- GTFOBins β Check if a Linux binary can be abused
- HackTricks β Extensive list of quick hacking tips and tricks
- ired.team β A large knowledge base of red teaming tips and tricks
- Hacking Tools Cheat Sheet (PDF) β Compass Security
- LOLBAS β Check if a Windows binary can be abused
- netsec.ws Metasploit payloads list
- netsec.ws List of TTY generators
- pentestmonkey β Reverse Shell Cheat Sheet
- The Hacker Recipes β Yet another extensive list of hacking tips
- WADComs β Check if a Windows / AD binary can be abused
Collections of Resources
Defensive Security
Training Platforms
- Blue Team Labs Online
- Crackmes β Binary analysis practice
- CyberDefenders
- HackSplaining β Overview of mitigating and exploiting common vulnerabilities
- LetsDefend
Defense Frameworks
- MITRE ATT&CK β Adversary TTPs at various stages
- MITRE Engage β Learn how to engage the adversary
- Lockheed Martin Cyber Kill Chain
- NIST Cybersecurity Framework
Cheat Sheets
Collections of Resources
- GitHub repo with an extensive list of blue team tools and resources
- GitHub repo with an extensive list of system hardening resources
- GitHub repo with an extensive list of threat hunting resources
- GitHub repo with an extensive list of cyber Threat Intel resources
- Large list of various cybersecurity cheat sheets β Reddit
- Massive collections of various infosec references β rmusser.net
- SANS Blue Team Operations (Lots of good stuff buried in menus)
- Ultimate sysadmin toolbox (PDF) β SpamTitan