fuzz_endpoint
Test endpoint security by replacing a parameter with SQL injection, XSS, or path traversal payloads. Specify the flow, parameter location, and payload category.
Instructions
Fuzz an endpoint by substituting a target parameter with a category of DAST payloads. Args: flow_id: The flow to replay as the base request. target_param: The name of the parameter to replace. param_type: The location of the parameter: 'query' or 'json_body'. payload_category: The category of payloads ('sqli', 'xss', 'path_traversal').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | ||
| target_param | Yes | ||
| param_type | Yes | ||
| payload_category | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |