enumerate_host
Parse host enumeration data to identify LOLBins, map attack surface, and highlight top privilege escalation paths for follow-up analysis.
Instructions
Parse host enumeration data (linpeas, winpeas, manual output), match against LOL knowledge base, and create an environment session for follow-up analysis. Returns matched binaries, attack surface summary, and top quick-win escalation paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Target platform, or 'auto' to detect from enumeration data | |
| session_name | No | Optional human-readable session name for later reference | |
| enumeration_data | Yes | Raw enumeration output (linpeas, winpeas, manual commands) as text or structured object |