get_hacktricks_section
Extract targeted sections (e.g., Exploitation, Payload) from HackTricks pages to get focused technical details without reading the full page.
Instructions
Extract ONE SECTION from a page. MOST EFFICIENT way to read content. Typical sections: 'Exploitation', 'Enumeration', 'Prevention', 'Example', 'Payload', 'PoC', 'Bypass'. Use get_hacktricks_outline first to see exact section names. Returns ~200-500 tokens vs 3000+ for full page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path from search results | |
| section | Yes | Section name (partial match, case-insensitive). From outline or common: 'exploitation', 'enumeration', 'bypass', 'payload', 'example', 'poc', 'prevention', 'detection' |