// SECURITY TOOLCHAIN & LABS

Cybersecurity Arsenal

Authorized testing tools, virtual training subnets, and collaborative security platforms. All operations are strictly bound by our Responsible Research Charter.

// SECTION 01

Security Testing & Audit Tools

Free and open-source utilities deployed for lawful vulnerability assessment, perimeter auditing, and traffic inspection. Organized by difficulty progression.

Tier 01 // Beginner Fundamental network mapping, packet capture, introductory web crawling, and data transformation
TOOL-01

Nmap

Beginner // Network

Network discovery and port enumeration utility. Essential for mapping live hosts, scanning open service ports, detecting operating systems, and executing non-intrusive NSE audit scripts.

Port Scanner nmap.org →
TOOL-02

Wireshark

Beginner // Packets

Interactive packet capture and network protocol dissection. Analyzes live traffic streams, diagnoses communication bottlenecks, validates TLS handshakes, and detects suspicious unencrypted protocol payloads.

Packet Analyzer wireshark.org →
TOOL-03

OWASP ZAP

Beginner // Web DAST

Free, community-driven web application vulnerability scanner. Features automated web crawlers, active and passive security tests, proxy interception, and lightweight API fuzzing.

DAST Scanner zaproxy.org →
TOOL-04

FFuF

Beginner // Discovery

High-speed command-line web fuzzer written in Go. Rapidly discovers hidden directory trees, unlinked endpoints, virtual hosts, and API parameters with granular HTTP response filters.

Web Fuzzer github.com/ffuf →
TOOL-05

CyberChef

Beginner // Utility

Browser-based data analysis and transformation suite known as the Cyber Swiss Army Knife. Performs decoding, hex conversions, deobfuscation, cryptographic hashing, and entropy calculations offline.

Web Utility gchq.github.io →
TOOL-06

Nikto

Beginner // Web Scanner

Open-source web server scanner that tests targets for dangerous files, outdated server daemon versions, vulnerable CGI scripts, and insecure HTTP response header configurations.

Server Scanner cirt.net →
Tier 02 // Intermediate Proxy interception, manual request tampering, database auditing, and credential testing
TOOL-07

Burp Suite Community

Intermediate // Proxy

Industry standard web application security audit proxy. Features request interception, Repeater for crafted manual payloads, Sequencer for token entropy, and detailed HTTP/WebSocket request inspection.

Intercept Proxy portswigger.net →
TOOL-08

Metasploit Framework

Intermediate // Pentest

Open-source modular penetration testing platform. Used to verify CVE mitigations, simulate known attacks against authorized lab targets, and audit system configurations across diverse architectures.

Modular Framework metasploit.com →
TOOL-09

SQLmap

Intermediate // Database

Automated database penetration testing utility. Detects and tests SQL injection flaws, determines DBMS types, and validates application parameter sanitization without requiring manual exploit crafting.

SQLi Audit sqlmap.org →
TOOL-10

Hashcat

Intermediate // Cryptanalysis

Advanced rule-based password auditing and recovery engine. Supports hundreds of cryptographic hash types with multi-threaded GPU acceleration to audit entropy and dictionary vulnerability in enterprise credentials.

Hash Auditing hashcat.net →
TOOL-11

John the Ripper

Intermediate // Hash Cracker

Fast, multi-algorithm offline password security auditor and hash cracker. Identifies weak authentication hashes, audits password policy compliance, and supports customizable wordlist mutation rules.

Hash Cracker openwall.com →
TOOL-12

Hydra

Intermediate // Network Auth

Highly parallelized network login authentication auditor. Performs dictionary security audits against exposed remote authentication endpoints including SSH, FTP, HTTP, SMB, and RDP.

Tier 03 // Pro Binary reverse engineering, Active Directory graph auditing, template fuzzing, and SAST
TOOL-13

Ghidra SRE

Pro // Reverse Eng

Software reverse engineering framework created by the NSA. Includes a capable decompiler, disassembler, scriptable Java/Python interface, and graph analysis for examining compiled binaries and malware samples.

Binary Analysis ghidra-sre.org →
TOOL-14

Nuclei

Pro // Perimeter Audit

Fast, template-driven vulnerability scanner by ProjectDiscovery. Audits perimeter infrastructure using community-driven YAML templates covering misconfigurations, zero-day CVE reproductions, and exposed services.

Template Scanner projectdiscovery.io →
TOOL-15

BloodHound CE

Pro // Active Directory

Graph-theory assessment platform for Active Directory and Azure environments. Unveils hidden trust relationships, unintended group memberships, and dangerous privilege escalation paths in enterprise domains.

Graph Auditor specterops.io →
TOOL-16

Semgrep OSS

Pro // Code Security

Lightweight static application security testing (SAST) engine. Analyzes abstract syntax trees (AST) to identify OWASP Top 10 vulnerabilities, insecure dependency usage, and logic anti-patterns in source repositories.

SAST Engine semgrep.dev →
TOOL-17

Radare2 / Cutter

Pro // Reverse Eng

Open-source reverse engineering framework and modern graphical interface. Features low-level binary disassembly, graph flow visualization, hexadecimal inspection, and integrated debugging across multiple CPU architectures.

Binary Analysis cutter.re →
TOOL-18

Impacket

Pro // Network Protocol

Collection of programmatic Python classes for working with network protocols. Essential for auditing Windows domains, extracting Kerberos tickets, inspecting SMB shares, and testing NTLM relay mitigations.

Protocol Suite github.com/fortra →
// SECTION 02

Authorized Training Grounds

Free, safe, and legal sandbox environments to build practical offensive techniques and defensive mitigations. Arranged from introductory wargames to advanced exploitation arenas.

Tier 01 // Beginner Linux CLI wargames, guided beginner rooms, and gamified web app flaw discovery
LAB-01

OverTheWire: Bandit

Beginner // Linux CLI

Pure command-line wargame aimed at complete newcomers. Teaches essential Linux shell navigation, file system permissions, SSH configurations, standard input/output redirection, and basic data extraction.

CLI Wargame overthewire.org →
LAB-02

PicoCTF

Beginner // Academic

Free computer security education program developed by Carnegie Mellon University. Delivers gamified, beginner-accessible challenges in forensics, basic cryptography, web flaws, and fundamental reverse engineering.

CMU Platform picoctf.org →
LAB-03

TryHackMe Free Paths

Beginner // Guided Labs

Browser-accessible virtual security labs featuring bite-sized interactive rooms. Covers introductory network security, basic Linux and Windows administration, and guided vulnerability walkthroughs.

Guided Modules tryhackme.com →
LAB-04

OWASP Juice Shop

Beginner // Local Testbed

The official OWASP flagship intentionally insecure web application. Written in modern Node.js and Angular, providing an offline sandbox covering all OWASP Top 10 vulnerabilities with automated scoreboards.

OWASP App owasp.org →
LAB-05

Google Gruyere

Beginner // Web App Security

Insecure web application laboratory designed by Google engineers to illustrate common security flaws such as XSS, SQLi, path traversal, and CSRF, alongside detailed remediation techniques.

LAB-06

SadServers

Beginner // Linux Troubleshooting

Realistic browser-based Linux server debugging and site reliability exercises. Challenges learners to diagnose broken services, incorrect routing tables, disk space exhaustion, and permission blocks.

Live Servers sadservers.com →
Tier 02 // Intermediate Deep OWASP vulnerability labs, Windows/PowerShell auditing, and boot-to-root machines
LAB-07

PortSwigger Academy

Intermediate // Web Security

High-quality, free interactive laboratories from the makers of Burp Suite. Covers modern web application attack vectors including SQL injection, XSS, CSRF, SSRF, CORS, race conditions, and OAuth flaws.

LAB-08

Hack The Box Starting Point

Intermediate // Network CTF

Hands-on penetration testing laboratory providing live virtual machines. Focuses on realistic service enumeration, lateral movement, unquoted service paths, and privilege escalation techniques.

Live Machines hackthebox.com →
LAB-09

UnderTheWire

Intermediate // Windows Ops

Dedicated Windows and PowerShell wargame platform. Builds administrative and security auditing proficiency by challenging learners to inspect registries, query WMI/CIM, and audit Windows server environments.

PowerShell Wargame underthewire.tech →
LAB-10

CryptoHack

Intermediate // Cryptography

Interactive, code-first training ground focused on applied modern cryptography. Solves real mathematical and implementation vulnerabilities across RSA, AES, Diffie-Hellman, and Elliptic Curve systems.

Cryptanalysis cryptohack.org →
LAB-11

Root-Me

Intermediate // Multidisciplinary

International cybersecurity wargame platform hosting over 400 realistic challenges. Spans network forensics, web client/server exploitation, cryptanalysis, and system administration audits.

400+ Labs root-me.org →
LAB-12

Vuln-Lab

Intermediate // Enterprise Labs

Hands-on penetration testing training ground providing vulnerable community machines and realistic enterprise scenarios featuring internal network pivoting and privilege escalation paths.

Pivot Labs vuln-lab.com →
Tier 03 // Pro Offline enterprise virtualization, cloud misconfiguration testbeds, and binary exploitation
LAB-13

VulnHub Archive

Pro // Offline VMs

Open catalog of downloadable boot-to-root vulnerable virtual machine images. Enables completely offline, unguided penetration testing and real-world vulnerability chaining ideal for certification preparation.

Boot2Root VMs vulnhub.com →
LAB-14

OWASP DVWA & Cloud Labs

Pro // Multi-Tier Labs

Damn Vulnerable Web Application and Damn Vulnerable Cloud Application. Configurable security levels ranging from low to impossible, allowing manual bypasses, WAF evasion analysis, and container breakout tests.

Multi-Tier Arch github.com/DVWA →
LAB-15

Crackmes.one

Pro // Reverse Eng

Community repository of binary reverse engineering challenges. Covers anti-debugging tricks, binary patching, custom packing routines, and cryptographic key generation across Windows and Linux binaries.

Binary Challenges crackmes.one →
LAB-16

pwn.college

Pro // Systems & Binary

Rigorous cybersecurity education platform developed by Arizona State University. Focuses on low-level systems security, shellcode injection, return-oriented programming (ROP), memory corruption, and kernel defense.

Binary Exploit pwn.college →
LAB-17

ROP Emporium

Pro // Binary Exploitation

Laser-focused exploitation challenges teaching modern Return-Oriented Programming (ROP). Teaches stack pivoting, gadget hunting, and architecture-specific payload construction across x86, x64, ARM, and MIPS.

ROP Wargames ropemporium.com →
LAB-18

OverTheWire: Natas

Pro // Server-Side Web

Advanced server-side web security wargame exploring low-level PHP object deserialization, session file tampering, path traversal, command injection, and blind SQL injection defenses.

Server Wargame overthewire.org →