sql_injection_check
Test API endpoints for SQL injection vulnerabilities by analyzing parameter inputs using specified HTTP methods. Supports authentication and helps identify potential security risks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | API endpoint to test | |
| http_method | No | HTTP method to use | GET |
| original_value | Yes | Original value for the parameter | |
| parameter_name | Yes | Name of the parameter to test for SQL injection | |
| use_auth | No | Whether to use current authentication if available |