Hacking Tools Arsenal

170 curated offensive security tools across 19 categories — the complete inventory, with links, descriptions, and cross-references to Shadow Protocol chapters.

// Every operator has a toolkit. Not one magic exploit — a library. The right tool for the right job at the right time. Nmap for mapping. Burp for web. Responder for Windows networks that haven't been patched since the Obama administration. Mimikatz for the moment you need to steal a ticket instead of a password.

// This page is the arsenal. Every tool that actually matters, sorted by what it does. Official sources only — no sketchy Mediafire links, no "unofficial Kali forks." Curated originally by the Z4nzu/hackingtool project and integrated into Shadow Protocol so you don't have to Google "best nmap alternative" at 3 AM again.

// Tools marked with ★ are the featured/modern industry standards. Everything else is context — legacy tools, niche utilities, or specialized weapons for specific problems.

⚠ Legal Reality Check

These tools are dual-use. They are used every day by penetration testers, red teams, bug bounty hunters, CTF players, and academic researchers — with written authorization. They are also used by criminals, who go to prison. The line is authorization. Without it, running half of these against a target you don't own is a federal crime in the US (18 USC §1030), a criminal offense in most jurisdictions, and a career-ender everywhere.

Labs, CTFs, authorized engagements, and bug bounty scope only. See the Disclaimer and Legal & Learning for the serious version.

Quick Navigation

🛡 Anonymity & Hiding Tools

// First law of operations: don't get caught on the approach. Route traffic through Tor, rotate identities, and leave no log chain back to your home IP. Attribution is a defensive superpower. Take it away.

Related Shadow Protocol chapters: Attack Infrastructure · Data Flow & Attribution · Anti-Forensics

ToolWhat it does
AnonsurfForces all system traffic through Tor via iptables, with DNS leak protection. One-shot anonymity wrapper for Kali/Debian.
MultitorRuns multiple Tor instances concurrently with HAProxy load-balancing, so you rotate across many circuits instead of one.

🔍 Information Gathering Tools

// Before you touch them, you learn them. Subdomains, employees, tech stack, exposed API keys in their GitHub. By the time you click Send on the first payload, you know their infrastructure better than their own ops team.

Related Shadow Protocol chapters: OSINT & Recon · Social Engineering

ToolWhat it does
NmapThe canonical network scanner. Host discovery, port scanning, version detection, NSE scripting. If you only learn one recon tool, learn this.
DracnmapMenu-driven wrapper around nmap that chains common scan profiles. Training wheels for nmap muscle memory.
XerosploitMITM framework for LAN attacks — ARP spoofing, sslstrip, traffic injection, driftnet. Lab-only.
RED HAWKAll-in-one PHP recon toolkit — WHOIS, DNS, subdomain scan, reverse IP lookup, CMS fingerprinting.
ReconSpiderOSINT aggregator spanning IPs, domains, emails, phone numbers, and username enumeration across services.
InfogaEmail information gathering — harvests emails for a domain and correlates with breaches and leaks.
ReconDogQuick-hit recon — CMS detection, honeypot check, port scans, reverse IP. Fast first look.
StrikerOffensive recon tool — IP/DNS, subdomains, port scan, WAF detection, banner grabbing, SQLi surface scan.
SecretFinderFinds API keys, tokens, and secrets hidden in JavaScript files. Burp extension and standalone.
ShodanfyShodan query wrapper — enrich IPs with open ports, banners, and known CVEs from Shodan's data.
rang3rMultithreaded port scanner with color-coded output. Lightweight nmap alternative.
BreacherAdmin login panel finder — scans a domain for exposed admin/login/dashboard URLs.
theHarvesterEmail, subdomain, and employee harvester that queries search engines, PGP, LinkedIn, Shodan, and dozens of OSINT sources.
AmassOWASP's subdomain enumeration and attack-surface mapping tool. Passive + active, supports DNS, cert transparency, scraping, brute force.
MasscanInternet-scale port scanner — can scan the entire IPv4 space in under 6 minutes with a fast link.
RustScanModern fast port scanner written in Rust — hands discovered ports to nmap for service detection. Best of both worlds.
HoleheChecks if an email is registered on 100+ sites (Instagram, Twitter, Imgur, etc.) without sending password resets.
MaigretUsername enumeration across 3000+ sites. A Sherlock on steroids — also extracts profile data where available.
httpxFast HTTP toolkit for probing — status codes, titles, tech stack, CDN detection. Core of ProjectDiscovery's recon pipeline.
SpiderFootAutomated OSINT platform — runs 200+ modules against a target to gather every reachable breadcrumb. Has a web UI.
SubfinderPassive subdomain enumeration using 30+ sources (cert transparency, DNS APIs, search engines). Fast and quiet.
TruffleHogScans git history, S3 buckets, Docker images, and filesystems for leaked credentials with 800+ detectors.
GitleaksFinds hardcoded secrets in git repos. Pre-commit hook, CI integration, and historical scanning.

📚 Wordlist Generator

// A password list is only as good as your target model. Generic rockyou gets you the lazy users. A wordlist built from your target's public Facebook gets you the CEO.

Related Shadow Protocol chapters: Credential Access · Password Attacks

ToolWhat it does
CuppCommon User Password Profiler — builds a targeted wordlist from personal details (name, DOB, pet, spouse) via interactive prompts.
WordlistCreatorSimple wordlist builder — character sets, length ranges, and mutation rules.
Goblin WordGeneratorGenerates permutations of input words with leet-speak and numeric suffix mutations.
Password list (1.4B)Bundled 1.4-billion-password breach compilation — the "SecLists meets Collection #1" starter corpus.
HashcatWorld's fastest GPU-accelerated hash cracker. 300+ hash types, rule-based attacks, mask attacks, distributed cracking.
John the RipperCPU-focused password cracker with aggressive rule mutations. Still the best for weird hash formats hashcat doesn't do.
haitiHash type identifier — tells you what algorithm produced a given hash so you know which cracker mode to use.

📶 Wireless Attack Tools

// WiFi is physics. Physics doesn't care about your firewall. Put an antenna in the right place and the corporate network is just another SSID in a list.

Related Shadow Protocol chapters: Wireless & Network

ToolWhat it does
WiFi-PumpkinRogue AP framework — creates a fake access point and captures credentials, runs MITM modules, DNS spoofing.
pixiewpsOffline brute-force of WPS PINs using the Pixie Dust attack on weak router entropy.
Bluetooth Honeypot (bluepot)Bluetooth honeypot for capturing malicious Bluetooth connections and analyzing attacker behavior.
FluxionEvil twin WiFi attack with captive portal — deauths clients, they reconnect to your rogue AP, you phish their WPA key.
WifiphisherRogue-AP phishing framework with templated captive portals (router firmware update, OAuth, corporate WiFi).
WifiteAutomated wireless auditor — picks attack mode per target (WEP/WPA/WPS), runs it, saves the captured handshake.
EvilTwinScripted evil-twin access-point setup — DHCP, DNS, captive portal out of the box.
FastsshMulti-threaded SSH brute-forcer over WiFi reachable hosts.
AirgeddonMulti-use bash framework — WPA/WPA2, Evil Twin, WPS, PMKID, WEP, handshake capture, DoS. One script to rule all WiFi attacks.
hcxdumptoolModern WiFi capture — PMKID and handshake extraction without client deauth. Faster and quieter than aircrack.
hcxtoolsConversion suite — turns hcxdumptool pcapng files into hashcat-ready .22000 format. Pairs with hcxdumptool.
BettercapSwiss-army knife for WiFi, BLE, HID, and wired network attacks. MITM, sniffing, spoofing, scripting — all modern protocols.

🧩 SQL Injection Tools

// SQL injection is the bug that refuses to die. 25 years old and still paying rent for half the bug bounty hunters on HackerOne.

Related Shadow Protocol chapters: Web App Attacks

ToolWhat it does
sqlmapThe king. Automated SQLi detection and exploitation across MySQL, Postgres, MSSQL, Oracle, SQLite and more. Dumps DBs, executes OS commands.
NoSqlMapsqlmap for NoSQL — MongoDB, CouchDB injection auditor and auto-exploitation framework.
DSSSDamn Small SQLi Scanner — ~100-line sqlmap alternative for when you need something portable and embeddable.
ExploYAML-based web security scanner — define exploit flows as steps, replay against targets.
BlisqyTime-based blind SQLi through HTTP headers — the attack surface people forget to sanitize.
LeviathanMass audit toolkit — service discovery, brute-force, and SQLi scanning across IP ranges.
SQLScanQuick Google-dork-driven SQLi scanner — finds vulnerable endpoints in bulk for verification.

🎣 Phishing Attack Tools

// The reason phishing still works: humans are predictable. A convincing login page + urgency + a domain that's one character off = credentials. Every. Single. Time.

Related Shadow Protocol chapters: Social Engineering · Payloads

ToolWhat it does
AutophisherAutomated phishing toolkit with templated login pages and Ngrok tunneling.
PyPhisher80+ templated phishing pages with built-in tunneling. Low-effort credential capture for lab demonstrations.
AdvPhishingPhishing kit that can bypass OTP by forwarding captured codes in real time.
SET (Social-Engineer Toolkit)TrustedSec's flagship. Spear phishing, website cloning, payload delivery, SMS/email spoofing. Industry standard for SE engagements.
SocialFishPhishing education tool with Django UI — clones login pages and logs submitted credentials to a dashboard.
HiddenEyeModern phishing toolkit with keylogger, location tracking, and 40+ page templates.
Evilginx3Reverse-proxy phishing framework — steals session cookies instead of passwords, defeats most MFA. The real-world adversary's tool.
I-See-YouGeolocation grabber via shared link — target clicks, browser requests location permission.
SayCheeseGrabs webcam snapshots via malicious link using browser camera API.
QR Code JackingGenerates malicious QR codes that point to phishing pages or exploit URLs.
BlackEyePhishing toolkit with 30+ templated login pages. Tunnels via Serveo/Ngrok.
ShellPhishPhishing tool covering 18 social media platforms with pre-built clones.
ThanosAll-in-one phishing and info grabber with multiple attack modes.
QRLJackingOWASP framework — hijacks login sessions that use QR code authentication (WhatsApp Web, Discord, etc.).
MaskphishMasks phishing URLs to look like legitimate domains (e.g., https://google.com@evil.link).
BlackPhishBlackEye fork with modernized templates and tunneling fixes.
dnstwistFinds lookalike domains (typosquat, homograph, bitsquat) for a given target — defensive and offensive use.

🌐 Web Attack Tools

// The web is the attack surface most likely to get you in. Every company has a web app. Every web app has a bug somewhere. These tools find it before the bad guys do — or first.

Related Shadow Protocol chapters: Web App Attacks · API Security

ToolWhat it does
Web2AttackWeb vulnerability auditor — brute force, SQLi, LFI, RCE checks against a target URL.
Sublist3rClassic subdomain enumeration via search engines — predecessor to Amass/Subfinder. Still handy.
CheckURLPhishing URL detector — checks if a URL exists in known malicious databases.
Sub-Domain TakeOverIdentifies subdomains pointing to dangling services (S3, Heroku, GitHub Pages) that you can claim.
DirbClassic directory brute-forcer — predecessor to dirsearch/gobuster. Still useful for simple scans.
NucleiTemplate-driven vulnerability scanner — 8,000+ community templates for CVEs, misconfigs, and exposures. The modern go-to.
ffufFast Go-based fuzzer — directory brute-forcing, parameter discovery, virtual host enumeration. Elegant and insanely fast.
FeroxbusterRust-based recursive content discovery tool. Faster than dirb, deeper recursion than gobuster.
NiktoWeb server scanner — checks for 7,000+ known vulns, outdated software, dangerous files, and config issues.
wafw00fIdentifies which WAF is protecting a target (Cloudflare, Akamai, AWS WAF, F5, etc.) so you know what to bypass.
KatanaNext-gen web crawler — supports headless browser mode to crawl SPAs, extracts endpoints, params, subdomains.
GobusterDirectory, vhost, DNS and S3 brute-forcer in Go. Clean CLI, multi-threaded, reliable.
DirsearchPython-based directory brute-forcer with smart wildcard detection and flexible output.
OWASP ZAPFree Burp Suite alternative — intercepting proxy, active scanner, fuzzer, spider. OWASP-maintained.
testssl.shChecks TLS/SSL configuration — supported ciphers, protocol versions, CVEs (Heartbleed, POODLE, etc.), cert chain.
ArjunHTTP parameter discovery — finds hidden query/POST parameters that aren't documented, often leading to IDOR/SQLi.
CaidoModern web pentesting IDE — Burp-alike with cleaner UI, project-based workflow, TypeScript scripting.
mitmproxyInteractive MITM proxy for HTTP/HTTPS/HTTP2/WebSocket. Scriptable in Python. Perfect for mobile and API traffic inspection.

🔧 Post-Exploitation Tools

// First you get in. Then the real work starts. Enumerate, escalate, pivot, persist, loot. The difference between a shell and a breach is what you do in the 30 minutes after the first beacon.

Related Shadow Protocol chapters: Execution · Persistence · Privilege Escalation · Lateral Movement

ToolWhat it does
VegilePost-exploitation persistence wrapper — hides processes, survives reboots, makes meterpreter stickier.
Chrome KeyloggerMalicious Chrome extension that logs keystrokes across all pages. Educational concept.
pwncat-csUpgraded netcat with automatic Linux privilege escalation, persistence mechanisms, and post-exploit modules.
SliverBishopFox's open-source C2 — cross-platform implants, mTLS/WireGuard/HTTP transports. The modern Cobalt Strike alternative.
HavocModern C2 framework with sleek GUI — modular, evasion-focused, actively developed for red team use.
PEASS-ng (LinPEAS/WinPEAS)The post-exploit enumeration scripts everyone runs first. Finds privesc paths, creds, misconfigs across Linux/Windows/macOS.
Ligolo-ngAdvanced tunneling/pivoting tool — turns a compromised host into a TUN interface for full-network access.
ChiselFast TCP/UDP tunnel over HTTP with SSH-style reverse port forwarding. Small binary, great for constrained networks.
Evil-WinRMWindows remote management shell with built-in file upload, AMSI bypass, PowerShell loading. Essential AD tool.
MythicMulti-agent C2 framework with Docker-based payloads, web UI, and operator-friendly workflow.

🕵 Forensic Tools

// Forensics is offensive and defensive at once. Blue team finds the breach; red team studies what they'll find to avoid leaving it. Memory analysis, file carving, timeline reconstruction — the science of looking at rubble and describing the building.

Related Shadow Protocol chapters: Forensics & IR · Anti-Forensics

ToolWhat it does
Bulk ExtractorScans disk images for emails, URLs, credit cards, exif data, and other artifacts without parsing the filesystem.
GuymagerForensic disk imager — creates E01/AFF/dd images with MD5/SHA1/SHA256 hashing. Courtroom-defensible acquisition.
ToolsleyWeb-based forensic utility suite — hash checks, binary ID, strings, entropy, password strength tests.
Volatility 3The memory forensics standard — extract processes, network connections, registry, malware from RAM dumps.
BinwalkFirmware analysis — identifies and extracts embedded files, filesystems, and signatures from binary blobs.
pspyWatches Linux processes without root — reveals cron jobs, scheduled tasks, and other users' command arguments.

📦 Payload Creation Tools

// The delivery vehicle matters as much as the exploit. A perfect reverse shell inside a macro that AV blocks in 200ms is a blocked reverse shell. Craft, obfuscate, test against defenders.

Related Shadow Protocol chapters: Payloads · Advanced Techniques

ToolWhat it does
TheFatRatGenerates undetected payloads — binds to legitimate EXEs/APKs with AV-bypass wrappers. Aging but still referenced.
BrutalTeensy/Arduino HID payload generator — keystroke injection attacks via USB.
StitchPython-based cross-platform RAT builder — Windows/Linux/macOS payloads with modular features.
MSFvenom Payload CreatorInteractive wrapper around msfvenom that drops you to a payload with zero argument-Googling.
VenomShellcode generator/compiler supporting multiple targets and encoders for AV evasion experiments.
SpycamAndroid payload that captures webcam photos silently — lab concept for mobile spyware analysis.
Mob-DroidAndroid meterpreter payload generator — wraps msfvenom for APK delivery.
EnigmaMulti-platform payload generator with encoder options for teaching AV evasion.

🧰 Exploit Frameworks

// Metasploit is the elephant in the room — and it's handled in the main chapters. These are the specialists: embedded devices, web-framework-focused, command injection corner cases.

Related Shadow Protocol chapters: Initial Access · IoT & Embedded

ToolWhat it does
RouterSploitMetasploit for embedded devices — routers, cameras, and IoT with a module library of known vendor exploits.
WebSploitMITM, wifi, and web attack framework with modular Metasploit-style interface.
CommixAutomated command-injection exploitation — detects and weaponizes RCE via injection in a variety of contexts.
Web2AttackAll-in-one web vulnerability scanner with brute force, SQLi, LFI, RCE modules.

🔁 Reverse Engineering Tools

// Malware analysis, mobile app teardown, firmware unpacking. When static analysis isn't enough, you open the binary and read its soul.

Related Shadow Protocol chapters: Mobile Attacks · Advanced Techniques

ToolWhat it does
AndroguardPython library for Android APK analysis — static analysis of manifest, bytecode, and resources.
Apk2GoldCLI APK decompiler wrapping apktool/jadx for quick source extraction.
JADXDex-to-Java decompiler with a GUI. The standard first-look tool for any APK.
GhidraNSA's open-source SRE suite — disassembler, decompiler, scripting. The free IDA Pro alternative that rivals the paid tool.
Radare2Command-line reverse engineering framework — disassembly, debugging, binary patching, scripting. Steep learning curve, huge power.

⚡ DDoS Attack Tools

// DDoS is loud, illegal against anything you don't own, and a guaranteed trip through 18 USC §1030. These tools exist for lab stress-testing and understanding attack patterns for defense.

⚠ Lab Only

Running any of these against systems you don't own is a crime. These are listed for completeness and defensive research. Read Legal & Learning.

Related Shadow Protocol chapters: Web App Attacks

ToolWhat it does
DDoS ScriptEducational multi-vector DDoS script bundle — HTTP, TCP, UDP stress generators.
SlowLorisLow-bandwidth HTTP DoS — holds many incomplete connections open, exhausts server threads.
AsyncroneSYN flood DDoS tool — async TCP handshake flooding.
UFOnetOpen-source DDoS research tool leveraging Open Redirect vulnerabilities as reflection/amplification points.
GoldenEyeHTTP/HTTPS Layer-7 DoS — keep-alive abuse and cache-bypass request floods.

🖥 Remote Administration Tools (RAT)

// Remote administration = post-exploitation with a GUI. Useful for authorized red-team engagement, deeply illegal otherwise.

Related Shadow Protocol chapters: C2 Setup · Beaconing

ToolWhat it does
PyshellMultiplatform Python-based reverse shell with file transfer, keylogger, and webcam modules.

💥 XSS Attack Tools

// XSS is the web's eternal vulnerability. One reflection point, one stored script, and you're riding the victim's session.

Related Shadow Protocol chapters: Web App Attacks · Browser Security

ToolWhat it does
DalFoxFast Go-based XSS scanner with smart payload mutation, DOM-based detection, and pipeline integration.
XSS Payload GeneratorBulk generator of XSS payloads across contexts — HTML, attribute, JS, URL, SVG.
Extended XSS SearcherCrawl-and-test XSS scanner using extended payload lists and response reflection checks.
XSS-FreakPython-based XSS scanner that deeply crawls and tests all inputs.
XSpearRuby XSS scanner with static + dynamic analysis, reporting, and custom-payload support.
XSSConSimple Python-based crawler + XSS scanner with multi-thread support.
XanXSSReflected-XSS tool built on top of dork searching for vulnerable endpoints.
XSStrikeAdvanced XSS detection — context-aware payload generation, fuzzer, crawler, WAF detection.
RVulnMulti-bug web vulnerability scanner with XSS modules.

🖼 Steganography Tools

// Hide data in data. A payload in an image. A C2 channel in comments. Defenders look for weird; stego is mundane that isn't.

Related Shadow Protocol chapters: Exfiltration

ToolWhat it does
StegoCrackerHides and extracts data in images/audio and brute-forces stego passwords.
Whitespace (snow)Hides data in trailing whitespace of text files — invisible to the eye, trivially readable with the key.

// Enterprise networks = Active Directory. AD pentesting isn't a feature — it's the core of every internal assessment. These tools are the career-makers.

Related Shadow Protocol chapters: Active Directory · Credential Access

ToolWhat it does
BloodHoundGraph-based AD attack path analysis — ingests LDAP + SMB data, shows exactly which principal can reach Domain Admin and how.
NetExec (nxc)Successor to CrackMapExec — network pentest Swiss-army knife for AD: SMB, LDAP, MSSQL, WinRM, RDP with 100+ modules.
ImpacketPython suite of protocol libraries (SMB, Kerberos, MSRPC, DCERPC) with ready-made attack scripts: secretsdump, psexec, wmiexec, GetNPUsers.
ResponderLLMNR/NBT-NS/mDNS poisoner — captures NTLMv2 hashes from Windows hosts. First move in every internal engagement.
CertipyActive Directory Certificate Services (AD CS) attack tool — enumerates and exploits ESC1-ESC11 misconfigurations.
KerbruteKerberos pre-auth username enumeration and password spray without triggering Windows lockout events.

☁ Cloud Security Tools

// Cloud is someone else's computer — with your configuration mistakes on it. These tools find the public S3 buckets, the overprivileged IAM roles, the exposed secrets in container images.

Related Shadow Protocol chapters: Cloud Attacks · Containers & K8s

ToolWhat it does
ProwlerMulti-cloud security auditor — AWS, Azure, GCP, Kubernetes. Hundreds of checks aligned to CIS, HIPAA, PCI, GDPR benchmarks.
ScoutSuiteNCC Group's multi-cloud security posture assessor. Generates HTML reports of every misconfiguration across your tenant.
PacuOpen-source AWS exploitation framework by Rhino Security — offensive modules for privesc, persistence, data exfil across AWS services.
TrivyContainer/IaC/filesystem scanner — finds CVEs, misconfigs, secrets, and license issues. De facto standard in CI pipelines.

📱 Mobile Security Tools

// Mobile apps ship with the keys to the cloud API. Decompile, hook, instrument — the app's secrets become yours.

Related Shadow Protocol chapters: Mobile Attacks

ToolWhat it does
MobSFMobile Security Framework — automated static + dynamic analysis of Android, iOS, and Windows Mobile apps. Web UI.
FridaDynamic instrumentation toolkit — inject JavaScript into any process to hook functions, modify behavior at runtime. Android/iOS/desktop.
ObjectionMobile runtime exploration built on Frida — bypass SSL pinning, jailbreak/root detection, explore iOS/Android app internals without custom scripts.

✨ Other Tools

// Miscellaneous specialists. Each solves a specific problem the big frameworks don't.

Social Media Brute Force

All-in-One SocialMedia AttackBrute-force module set targeting Instagram, Facebook, Twitter, Gmail, Hotmail, Netflix, PayPal login APIs.
Facebook AttackFacebook-specific brute-force module from the Brute_Force toolkit.
Application CheckerReconnaissance tool for identifying exposed mobile and web applications on a target.

Android Hacking

Related: Mobile Attacks

KeydroidAndroid keylogger payload — captures keystrokes in a rooted test device.
MySMSSMS sending/spoofing tool for lab scenarios.
LockphishPhishes lock screen PINs/patterns via malicious URL opened on Android.
DroidCam / WishFishAndroid front-camera snapshot grabber via malicious link.
EvilAppAndroid session-hijacking APK — works as a proxy for target's browser sessions.

IDN Homograph Attack

EvilURLGenerates Unicode-lookalike domains (Cyrillic vs Latin characters) for homograph phishing research.

Email Verification

KnockmailVerifies whether an email address exists on a given SMTP server without sending an email.

Hash Cracking

Related: Password Attacks · Cryptographic Attacks

Hash BusterQueries online rainbow-table services (MD5, SHA1, etc.) to crack common hashes without local compute.

WiFi Deauthentication

WifiJammer-NGContinuous deauth of all clients within range — denial-of-service for WiFi.
KawaiiDeautherMenu-driven WiFi deauth/jamming script.

Social Media Finder

Related: OSINT & Recon

Find SocialMedia By Facial RecognitionTrend Micro's social-mapper — correlates a face across Facebook, LinkedIn, Instagram, Twitter profile photos.
Find SocialMedia By UserNameUsername enumerator across major social platforms.
SherlockThe benchmark username-enumeration tool — queries 400+ sites for a given handle.
SocialScanChecks email/username availability across 200+ sites by querying registration APIs (not just URL guessing).

Payload Injector

DebinjectInjects malicious code into legitimate .deb packages for Linux payload delivery research.
PixloadEmbeds payloads in image files (JPG/PNG/GIF/BMP) for polyglot-file research.

Web Crawling

GospiderFast Go-based web crawler — extracts URLs, JS file refs, form parameters, subdomains.

Mix Tools

CrivoMulti-purpose security utility — hash tools, encoders, basic scanning functions in one bundle.

The Standard Toolkit

If you're starting fresh and need a minimum viable kit, this is the short list — the ★ starred tools plus a few non-negotiables most pros install on day one:

  • Recon: nmap + amass + subfinder + httpx + nuclei
  • Web: Burp Suite (commercial) or OWASP ZAP + ffuf + sqlmap + XSStrike
  • AD: BloodHound + NetExec + Impacket + Responder + Evil-WinRM
  • Cracking: hashcat + John the Ripper + haiti
  • Post-exploit: PEASS-ng + Chisel + Sliver (C2) + pwncat-cs
  • Mobile: MobSF + Frida + Objection + jadx
  • Cloud: Prowler + Trivy + ScoutSuite + Pacu
  • Forensics: Volatility 3 + binwalk + bulk_extractor
Credits

This arsenal is derived from and indebted to the Z4nzu/hackingtool project (62k+ stars), which curates the ALL-IN-ONE hacking tool for hackers. Shadow Protocol integrates the tool inventory here as a reference layer, with added Elliot-voice context and cross-linking to our own attack-lifecycle chapters.

Upstream repos change; links can rot. Report any broken or relocated links so the arsenal stays current.