Tools
A curated set of tools referenced throughout our lessons — all free or free-tier, and all industry-standard for the job they do.
Interception Proxies
Scanning & Fuzzing
sqlmap ↗
Automates detecting and exploiting SQL injection — useful for confirming a finding quickly once you understand the manual technique.
ffuf ↗
A fast web fuzzer for discovering hidden endpoints, parameters, and files via brute-force wordlists.
Nuclei ↗
Template-based vulnerability scanning across a huge, community-maintained set of known issue patterns.
Nikto ↗
A straightforward web server scanner that flags outdated software, dangerous files, and common misconfigurations.
Network & Recon
Encoding, Hashing & Tokens
CyberChef ↗
A browser-based "Swiss Army knife" for encoding, decoding, and transforming data — extremely handy for quick payload crafting.
jwt.io ↗
Decode and inspect JSON Web Tokens directly in your browser — pairs well with our JWT Vulnerabilities lesson.
Hashcat ↗
A fast password recovery tool used to demonstrate why weak hashing algorithms and weak passwords are dangerous together.