detect_auth_pattern
Scan proxy-captured traffic to detect authentication mechanisms like JWT, OAuth2, and API keys. Returns found auth types and associated flow IDs for planning security tests.
Instructions
Automatically scan captured traffic to detect authentication mechanisms.
PREREQUISITE: Proxy must be running and have captured traffic (especially login/API flows).
Detects: JWT, Bearer tokens, API keys, session cookies, CSRF tokens, Basic auth, OAuth2 endpoints. Returns which auth types were found and the flow IDs where they appear.
Use this early in a pentest to understand the target's auth model before planning attacks.
Args: flow_ids: Optional comma-separated flow IDs to analyze (e.g. "abc123,def456"). If omitted, scans the 100 most recent flows automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |