scan_portas_nmap
Perform initial Nmap port scanning on IP, hostname, or CIDR targets with customizable flags and optional stealth mode to avoid detection.
Instructions
Realiza varredura de portas usando Nmap. Use SEMPRE como primeira fase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | Flags do Nmap (convertidas via shlex, sem interpretação de shell). | -sV -F |
| target | Yes | IP, hostname ou CIDR. Ex: "192.168.1.1", "10.0.0.0/24" | |
| stealth | No | True = timing T2 + scan-delay 1s para evitar IDS/rate-limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||