smart_scan
Execute AI-driven security scans with parallel tool selection to identify vulnerabilities on specified targets using configurable objectives.
Instructions
Execute intelligent scan using AI-driven tool selection with parallel execution.
Args: target: Target domain, IP, or URL objective: Scan objective (comprehensive, fast, stealth, targeted)
Returns: Smart scan results with AI-optimized execution
Input Schema
Name | Required | Description | Default |
---|---|---|---|
objective | No | comprehensive | |
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"objective": {
"default": "comprehensive",
"title": "Objective",
"type": "string"
},
"target": {
"title": "Target",
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}