port_scan
Scan target IP or domain ports using Nmap with options for basic, service, OS detection, full port, or vulnerability scans.
Instructions
Perform Nmap port scan on a target IP or domain.
scan_type options:
"basic" : Top 100 ports, fast (-F)
"service" : Service & version detection (-sV -F)
"os" : OS detection, needs admin (-O -F)
"full" : All 65535 ports, slow (-p-)
"vuln" : Basic vulnerability scripts (--script vuln -F)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| scan_type | No | basic |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||