tools_nmap
Run Nmap scans against targets with configurable scan type, ports, and output format for network discovery and service enumeration.
Instructions
Execute an Nmap scan against a target.
Args: target: Target IP, hostname, or CIDR range scan_type: Nmap scan type flags (default: -sV) ports: Port specification (e.g., '80,443' or '1-1024') additional_args: Extra nmap arguments output_format: Output format — 'normal', 'xml', or 'grepable' (default: normal). When 'xml', adds -oX - for structured XML output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ports | No | ||
| target | Yes | ||
| scan_type | No | -sV | |
| output_format | No | normal | |
| additional_args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |