mcpserver.lol
registry/hacktricks-mcp-server
Connection check local install

hacktricks-mcp-server

Search and query HackTricks pentesting documentation with quick lookup and section extraction

Tools 7
GitHub stars 10
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

7 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

get_hacktricks_cheatsheet from source
Extract ALL CODE BLOCKS from a page (commands, payloads, scripts, one-liners). Skips explanatory text. Perfect for:
get_hacktricks_outline from source
Get TABLE OF CONTENTS (all section headers) of a page. Returns ~20-50 lines showing page structure. Use this FIRST after search to: (1) verify page is relevant, (2) find exact sect…
get_hacktricks_page from source
Get FULL page content. ⚠️ EXPENSIVE: Pages average 3000-15000 tokens. PREFER: get_hacktricks_section for specific topics, get_hacktricks_cheatsheet for just commands. Only use this…
get_hacktricks_section from source
Extract ONE SECTION from a page. MOST EFFICIENT way to read content. Typical sections:
hacktricks_quick_lookup from source
⚡ ONE-SHOT exploitation lookup. Searches, finds best page, and returns exploitation sections + code blocks. Use for:
list_hacktricks_categories from source
Browse HackTricks structure. Without params: list all categories. With category: show all pages in that category. Use when: (1) unsure which category to search, (2) want to explore…
search_hacktricks from source
Search HackTricks for pentesting techniques, exploits, and security info. Returns results GROUPED BY FILE with: page title, match count, relevant sections, and top matches. WORKFLO…