nmap_advanced_scan
Execute comprehensive network reconnaissance scans to identify open ports, services, and vulnerabilities for security assessments and penetration testing.
Instructions
Execute advanced Nmap scan with comprehensive options for bug bounty hunting.
Args: target: Target IP or hostname scan_type: Scan technique (-sS, -sT, -sU, etc.) ports: Port specification timing: Timing template (-T0 to -T5) scripts: NSE scripts to run os_detection: Enable OS detection service_detection: Enable service version detection aggressive: Enable aggressive scan mode stealth: Enable stealth scan options additional_args: Additional arguments
Returns: Advanced scan results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additional_args | No | ||
aggressive | No | ||
os_detection | No | ||
ports | No | ||
scan_type | No | -sS | |
scripts | No | ||
service_detection | No | ||
stealth | No | ||
target | Yes | ||
timing | No | -T4 |