What problem does it solve? Security testers need a systematic way to probe multi-factor authentication implementations for weaknesses that lead to account takeover, but MFA bypass techniques are scattered across many distinct patterns that are easy to miss during an assessment. ## Core Features & Use Cases - Seven MFA Bypass Patterns: Covers missing MFA enforcement on sensitive endpoints, MFA-step skipping via direct navigation, OTP replay, OTP brute force without rate limits, race conditions on OTP validation, recovery-code disclosure, and backup factor downgrade. - Prefix Oracle Technique: Detects incremental OTP validation that leaks correctness digit-by-digit, collapsing a 10^6 brute force into roughly 60 guesses within a single session. - Chain Escalation Guidance: Maps MFA bypass primitives to account takeover chains involving cookie theft, password oracles, and missing step-up authentication. - Use Case: During an authorized bug bounty engagement, trace the login flow in Burp, capture the pre-MFA session cookie, and request /dashboard directly to confirm whether MFA is enforced server-side or only in the UI. ## Quick Start Ask the AI to test the target application's MFA flow for bypass patterns, starting with skipping the MFA step by accessing protected endpoints with the pre-MFA session.