xss_check
Identify and test for Cross-Site Scripting (XSS) vulnerabilities in API endpoints by specifying the target URL, parameter name, and HTTP method. Ensure secure authentication usage during testing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | API endpoint to test | |
| http_method | No | HTTP method to use | GET |
| parameter_name | Yes | Name of the parameter to test for XSS | |
| use_auth | No | Whether to use current authentication if available |