tools_nmap
Scan IPs, hostnames, or CIDR ranges to discover open ports and service versions using configurable scan types, port ranges, and output formats for network reconnaissance.
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 |