nmap_scan
Run port scans via PwnBridge on a remote Kali machine to discover open ports, services, and OS details.
Instructions
Run an nmap port scan against a target host or network on the remote Kali machine. Use for reconnaissance: discovering open ports, running services, and OS detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ports | No | Port specification to override scan_type defaults. Example: "80,443" or "1-1024" | |
| target | Yes | Target IP address, hostname, or CIDR range. Example: "192.168.1.1" or "10.0.0.0/24" | |
| scan_type | No | Scan profile: "quick" (fast top-100 ports), "service" (service/version detection), "os" (OS fingerprinting), "full" (all 65535 ports), "stealth" (SYN scan, less noisy), "udp" (UDP scan) | quick |
| extra_args | No | Additional nmap flags. Example: "--script vuln" or "-sC". Must not include target or port flags. |