auth_bypass_check
Check for authentication bypass vulnerabilities in API endpoints by sending test requests with various HTTP methods and authentication configurations using 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 |