broser_url_reflected_xss
Detect reflected XSS vulnerabilities in URLs by testing specific parameters to identify insecure web application inputs for improved security.
Instructions
Test whether the URL has an XSS vulnerability
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paramName | No | Parameter name for XSS testing | |
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"paramName": {
"description": "Parameter name for XSS testing",
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}