analyze_target
Analyze domains, IPs, or URLs to generate comprehensive security profiles using AI-driven assessment for bug bounty reconnaissance and vulnerability testing.
Instructions
Analyze target and create comprehensive profile using AI.
Args: target: Target domain, IP, or URL to analyze
Returns: Comprehensive target profile with AI analysis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"target": {
"title": "Target",
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}