hunt-mfa-bypass

Detect MFA/2FA bypass vulnerabilities in web applications.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/Kisilev13/Hermes-Agent-Workspace --skill hunt-mfa-bypass-kisilev13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-mfa-bypass
Source: https://github.com/Kisilev13/Hermes-Agent-Workspace/tree/main/skills/hunt-mfa-bypass
Command: npx skills add https://github.com/Kisilev13/Hermes-Agent-Workspace --skill hunt-mfa-bypass-kisilev13

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires burp suite, ffuf, aiohttp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and exploits seven common MFA/2FA bypass vulnerabilities in web applications, helping security professionals identify potential entry points for unauthorized access.

Core Features & Use Cases

  • Pattern Detection: Discovers and analyzes various MFA/2FA bypass patterns such as no rate limit on OTP, OTP replay, direct navigation to post-login URL, and brute-force OTP.
  • Attack Chain Analysis: Evaluates the entire attack chain, including race conditions, recovery code exploitation, and device trust escalation.
  • Use Case: A security auditor could use this Skill to audit an organization's authentication mechanisms, ensuring robust security defenses against MFA bypass attacks.

Quick Start

Run the 'hunt-mfa-bypass' Skill to detect MFA/2FA bypass vulnerabilities in the target application.

Frequently Asked Questions about hunt-mfa-bypass

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

FAQPage Schema
How do I detect MFA bypass vulnerabilities like OTP brute-force or direct navigation bypass?

You can detect MFA bypass vulnerabilities using automated scripts to identify patterns like OTP brute-force, OTP replay, and direct navigation to post-login URLs. This approach evaluates the entire attack chain, including race conditions and device trust escalation.

What are common 2FA bypass patterns in web application security auditing?

Common 2FA bypass patterns include no rate limit on OTP, OTP replay, direct navigation to post-login URLs, brute-force OTP, recovery code exploitation, race conditions, and device trust escalation. These vulnerabilities allow unauthorized access by circumventing multi-factor authentication mechanisms.

Do I need Burp Suite and ffuf to test for MFA bypass vulnerabilities?

Yes, testing for MFA bypass vulnerabilities requires tools like Burp Suite and ffuf. These dependencies are necessary for intercepting web traffic, automating requests, and running scripts for automated testing and verification of the identified bypass patterns.

How do I exploit race conditions and recovery codes during a 2FA bypass audit?

To exploit race conditions and recovery codes during a 2FA bypass audit, this Skill analyzes the authentication attack chain. It verifies if simultaneous OTP requests or recovery code reuse can successfully grant unauthorized access to the target web application.

Can I use this approach to audit device trust escalation in authentication mechanisms?

Yes, you can audit device trust escalation in authentication mechanisms. The Skill detects and analyzes device trust escalation patterns alongside OTP brute-force and direct navigation bypass to ensure robust security defenses against MFA bypass attacks.

What are the limitations of automated scripts for MFA bypass detection?

Automated scripts for MFA bypass detection are limited by their reliance on predefined patterns like OTP replay and direct navigation. They require tools like Burp Suite for traffic interception and may not identify novel bypass techniques outside the seven specific patterns evaluated.

Related Skills