tech_detection
Identify technologies and frameworks used by target websites to support security assessments and penetration testing workflows.
Instructions
Detect technologies used by target website
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | Target URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Target URL",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}