path_traversal_check
Test API endpoints for path traversal vulnerabilities by identifying unsafe parameter inputs. Specify the endpoint, parameter, and HTTP method to validate security.
Input 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 path traversal | |
use_auth | No | Whether to use current authentication if available |