hunt-mfa-bypass

Hunt MFA and 2FA authentication bypasses in web applications and SSO integrations.

1.1k|191|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/uphiago/recon-skills --skill hunt-mfa-bypass-uphiago
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-mfa-bypass
Source: https://github.com/uphiago/recon-skills/tree/main/redteam/hunt-mfa-bypass
Command: npx skills add https://github.com/uphiago/recon-skills --skill hunt-mfa-bypass-uphiago

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about hunt-mfa-bypass

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test for MFA bypass vulnerabilities during a web application penetration test?

MFA bypass vulnerabilities can be detected using 11 distinct patterns covering OTP brute-forcing, workflow skipping, and SSO bypasses, alongside step-by-step Burp Suite workflow tracing to identify state transition gaps and validate confirmed account takeover flaws.

What are the most common 2FA bypass patterns in OAuth and SSO integrations?

Common 2FA bypass patterns include OTP reuse, SSO MFA bypass, biometric replay, backup code brute-forcing, and device trust escalation, specifically targeting weak enforcement in OAuth device code flows and SSO integrations to achieve unauthorized account takeover.

How do I validate race conditions in OTP validation flows?

To validate OTP race conditions, apply provided race condition validation checklists and proof-of-concept examples while tracing authentication state transitions in Burp Suite to confirm if concurrent requests bypass MFA enforcement.

Can I chain MFA flaws with other authentication weaknesses to achieve account takeover?

You can chain MFA flaws with authentication weaknesses using provided chaining primitives, combining bypasses like cookie theft or password oracles with MFA enforcement gaps to achieve critical-severity account takeover during red team engagements.

Does this MFA testing approach work for biometric replay and backup code brute-forcing?

This MFA testing approach covers both biometric replay and backup code brute-forcing, providing specific detection patterns and validation workflows to identify these implementation flaws and misconfigurations within target web applications.