| name | resource-index |
| description | Curated index of external hacking resources — meta-lists, frameworks, wordlists, payload banks, recon/OSINT, network, exploitation, and CTF tooling. Load when the user asks "what's the tool for X", "where do I find payloads for Y", "is there a wordlist for Z", or when planning which external resource to pull for a task. Always reach for this before suggesting a generic Google search. |
External Resource Index
This is a pointer library, not a fetcher. When a task needs a payload, wordlist, tool, or knowledge base, find the right entry here first, then use WebFetch, git clone, or direct install.
How to use
- Identify the task category (meta, framework, web, recon, network, exploit, CTF).
- Pick the resource whose description matches.
- For knowledge bases (hacktricks, PayloadsAllTheThings, GTFOBins):
WebFetch the specific page you need — don't clone the whole repo.
- For tools (nuclei, ffuf, sqlmap, etc.): check if already installed (
which); if not, note the install path but don't install without asking.
- For wordlists (SecLists):
git clone once to ~/tools/SecLists and reference by path.
- For payloads at hunt time: grep a cached clone or
WebFetch the specific file — e.g. PayloadsAllTheThings/XSS Injection/README.md.
Meta-lists & Learning
Frameworks & C2
Web & App Testing
Recon & OSINT
Network
Exploitation & Post-Exploitation
CTF
Claude-native bug-bounty stacks
Commands for common fetches
git clone --depth 1 https://github.com/danielmiessler/SecLists.git ~/tools/SecLists
git clone --depth 1 https://github.com/swisskyrepo/PayloadsAllTheThings.git ~/tools/PayloadsAllTheThings
rg -l "XSS" ~/tools/PayloadsAllTheThings/XSS\ Injection/
WebFetch https://book.hacktricks.wiki/en/pentesting-web/sql-injection/index.html "summarize detection techniques and bypass patterns"
WebFetch https://gtfobins.github.io/gtfobins/vim/ "list all abuse methods for vim"
Grep patterns for "what tool do I need?"
- "payload for X" → PayloadsAllTheThings
- "wordlist for X" → SecLists
- "how does X work" / "technique for X" → HackTricks
- "privesc on this box" → PEASS-ng + GTFOBins
- "decode this / analyze this" → CyberChef
- "AD attack" → impacket + CrackMapExec + HackTricks AD section
- "scan 150+ tools autonomously" → hexstrike-ai MCP