audit_auth_flow
Audits authentication flow by discovering login endpoints, detecting auth mechanisms, checking CSRF tokens, testing rate limiting, and probing for account enumeration without source code.
Instructions
Authentication surface analysis. Discovers login endpoints, detects auth mechanisms (password, OAuth, OTP), checks for CSRF tokens, tests rate limiting on auth endpoints, and probes for account enumeration. No source code needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to audit (e.g., https://example.com) |