path_traversal_check
Detect and prevent path traversal vulnerabilities in API endpoints by testing specific parameters for unauthorized access. Works with GET or POST methods and integrates authentication checks.
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 |