What problem does it solve?
MFA and 2FA are widely deployed to prevent unauthorized account access, but implementation flaws, misconfigurations, and weak enforcement allow attackers to bypass these controls entirely to take over user accounts without valid credentials.
Core Features & Use Cases
- 11 Distinct Bypass Patterns: Covers OTP brute-forcing, OTP reuse, MFA workflow skipping, race conditions on OTP validation, SSO MFA bypass, biometric replay, backup code brute-forcing, and device trust escalation.
- Detection & Validation Workflows: Provides step-by-step guidance for tracing authentication flows in Burp Suite, identifying state transition gaps, and validating confirmed bypasses with checklists and proof-of-concept examples.
- Chaining Guidance: Includes primitives for combining MFA flaws with other authentication weaknesses (like cookie theft or password oracles) to achieve critical-severity account takeover.
Quick Start
Use the hunt-mfa-bypass skill to test a target web application's MFA implementation for all common bypass patterns during an authorized penetration test.