rustscan_scan
Perform fast port scanning across all 65,535 ports, then automatically use Nmap to detect services.
Instructions
Perform ultra-fast port scanning using RustScan.
RustScan can scan all 65535 ports in seconds by using async I/O, then passes discovered open ports to Nmap for service detection.
Args: target: Target IP address or hostname. ports: Port specification (e.g. "80,443" or "1-65535"). batch_size: Number of ports to scan per batch (default 1500, max 65535). timeout: Override scan timeout in seconds.
Returns: Discovered open ports and basic service information.
Note: - Target must be in tengu.toml [targets].allowed_hosts. - High batch_size values may trigger IDS/IPS alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ports | No | 1-65535 | |
| target | Yes | ||
| timeout | No | ||
| batch_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||