auth_bypass_check
Automatically detect authentication bypass vulnerabilities in API endpoints by testing various authentication mechanisms, headers, and session configurations on CyberMCP.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
auth_header | No | Authentication header name (if different from standard) | |
auth_token | No | Authentication token (if not using the currently authenticated session) | |
endpoint | Yes | API endpoint to test | |
http_method | No | HTTP method to use | GET |
use_session_auth | No | Whether to use the current session authentication if available |