scan_and_exploit_chain
Scan a target, detect running services, and retrieve matching exploits for every open port in a single call.
Instructions
Full chain: port scan → service detection → CVE lookup for each service. One call that returns all exploits for all services on a target. target: IP or hostname ports: port range to scan Returns: for each open port, the service version + matching exploits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ports | No | 1-1000 | |
| target | Yes |