CYBERSECURITY QUICK REFERENCE

Cheat Sheets
for faster learning.

Keep essential cybersecurity commands, concepts, protocols, tools, and references close while learning and practicing.

Reference, not replacement

Cheat sheets are designed for quick revision. Understand the underlying concepts before relying on commands or tools.

01 / CHEAT SHEET LIBRARY

Everything you need, at a glance.

Quick references covering the technologies and concepts used throughout the cybersecurity roadmap.

🐧
LinuxBEGINNER
01

Linux Command Line

Essential Linux commands for navigation, files, permissions, processes, networking, and system administration.

pwdlscdfindgrepchmodpsss
Open Reference
🌐
NetworkingBEGINNER
02

Networking Commands

Quick reference for inspecting interfaces, routes, DNS, connections, and network communication.

ippingtraceroutenslookupdignetstatss
Open Reference
🔎
ReconINTERMEDIATE
03

Nmap

Reference for network discovery, service identification, and authorized security assessment workflows.

nmap-sV-O-A-p-Pn
Open Reference
🌍
Web SecurityBEGINNER
04

HTTP & Web

Understand HTTP methods, status codes, headers, cookies, requests, responses, and common web concepts.

GETPOSTPUTDELETE200301403500
Open Reference
🛡️
Web SecurityINTERMEDIATE
05

Burp Suite

Quick reference for the major Burp Suite components used during authorized web application testing.

ProxyRepeaterIntruderDecoderComparer
Open Reference
🪟
WindowsBEGINNER
06

Windows CMD

Useful Windows command-line utilities for administration, troubleshooting, system inspection, and security labs.

ipconfigtasklistnetstatwhoamisysteminfodir
Open Reference
WindowsINTERMEDIATE
07

PowerShell

Quick reference for PowerShell commands commonly used in Windows administration and security workflows.

Get-ProcessGet-ServiceGet-EventLogGet-ComputerInfoGet-NetTCPConnection
Open Reference
🐍
ProgrammingINTERMEDIATE
08

Python for Security

Useful Python concepts for automation, data processing, networking, and security scripting.

requestssocketsubprocessosjsonre
Open Reference
🔐
CryptographyBEGINNER
09

Cryptography Basics

Quick reference for hashing, encryption, encoding, digital signatures, and common cryptographic concepts.

HashAESRSATLSHMACBase64
Open Reference
🗄️
Web SecurityINTERMEDIATE
10

SQL Security

Reference for SQL fundamentals, parameterization, database security concepts, and injection prevention.

SELECTWHEREJOININSERTUPDATEPrepared Statements
Open Reference
🔵
Blue TeamINTERMEDIATE
11

Blue Team Commands

Quick defensive references for processes, connections, logs, services, and system investigation.

psjournalctlssgreplastwho
Open Reference
🐚
LinuxINTERMEDIATE
12

Bash Scripting

Essential Bash syntax for variables, conditions, loops, functions, pipes, redirection, and automation.

echoifforwhilefunctionpiperedirect
Open Reference
02 / QUICK REFERENCE MAP

Find what you need quickly.

A simple map of the main areas covered by the cheat-sheet library.

01

Linux

FilesPermissionsProcessesNetworking
02

Networking

IPDNSPortsProtocols
03

Web Security

HTTPCookiesSessionsHeaders
04

Windows

CMDPowerShellServicesEvents
05

Security

ReconScanningAnalysisDefense
06

Programming

PythonBashRegexGit
03 / COMMAND REFERENCE

Learn the command. Understand the system.

Commands are only useful when you understand what the system is doing underneath them. Use these references while practicing inside authorized labs.

Practice in Labs
QUICK_REFERENCE.sh

$ whoami

security-student

$ ip addr

network interfaces → addresses

$ ss -tuln

listening services → ports

$ nmap --help

authorized network assessment reference

$ _

BUILD YOUR KNOWLEDGE

Reference quickly.
Learn deeply.

Use cheat sheets during practice, then return to the roadmap to understand the bigger picture.