optimize_parameters
Generate AI-optimized tool configurations for security testing based on target domain, IP, or URL to enhance bug bounty hunting effectiveness.
Instructions
Optimize tool parameters using AI based on target profile.
Args: target: Target domain, IP, or URL tool: Tool name to optimize parameters for context: Additional context or constraints
Returns: Optimized parameters and configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | ||
target | Yes | ||
tool | Yes |
Input Schema (JSON Schema)
{
"properties": {
"context": {
"default": "",
"title": "Context",
"type": "string"
},
"target": {
"title": "Target",
"type": "string"
},
"tool": {
"title": "Tool",
"type": "string"
}
},
"required": [
"target",
"tool"
],
"type": "object"
}