detect_tech_stack
AuditIdentifies frontend frameworks and libraries used by the page.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
output_variable | string | No | | Variable to store detection result |
Usage Example
RTILA X PROJECT JSON
{
"command": "detect_tech_stack",
"params": {
"output_variable": "tech_stack"
}
}
Related Scenarios
- View /scenarios/api-interception/5 · api interception
Related Learning Articles
Was this helpful?
Thank you for your feedback!