port_scan
Scan target IP or domain for open ports, services, OS detection, or vulnerabilities using Nmap. Choose from basic, service, os, full, 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 | |||