quick-scan
Scan a target's most common ports quickly to get a security overview. Detects open ports and services on your network.
Instructions
Perform a fast scan of the most common ports.
Scans the top N most frequently used ports with aggressive timing for quick results. Good for getting a fast security overview of a target.
IMPORTANT: Only scan targets you are authorized to scan.
Returns: ScanResult with discovered hosts and open ports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target to scan: IP address or hostname. | |
| top_ports | No | Number of top ports to scan (by frequency). Default: 100. | |
| service_detection | No | Enable service/version detection. Default: true. | |
| timeout | No | Maximum scan duration in seconds. Default: 600. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The nmap command that was executed (sanitized) | |
| hosts | No | Results per host | |
| scan_stats | No | Scan statistics | |
| raw_output | No | Raw nmap output text | |
| warnings | No | Scan warnings |