hunt-oauth

Identify OAuth 2.0 and OIDC vulnerabilities in web and mobile applications.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill hunt-oauth-entrovyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-oauth
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/redteam/hunt-oauth
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill hunt-oauth-entrovyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the high-risk security gaps in OAuth implementations, such as account takeover, session theft, and authentication bypass, by providing a structured methodology for manual hunting.

Core Features & Use Cases

  • OAuth Flow Mapping: Systematically enumerate entry points and analyze token exchange logic.
  • Vulnerability Testing: Execute targeted tests for redirect_uri validation, state CSRF, nonce replay, and mobile deep link exploits.
  • Use Case: When auditing a multi-tenant SaaS platform, use this skill to verify if the OAuth callback handler properly validates the state parameter and prevents token leakage via Referer headers.

Quick Start

Use the hunt-oauth skill to map the OAuth flow and test for redirect_uri validation bypasses on the target application.

Frequently Asked Questions about hunt-oauth

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

FAQPage Schema
How do I test OAuth redirect_uri validation bypasses during a pentest?

To test OAuth redirect_uri validation bypasses, you systematically map the authorization flow and execute targeted tests against the callback handler to verify it properly validates redirect targets and prevents token leakage.

What OAuth vulnerabilities lead to account takeover in web applications?

Critical OAuth vulnerabilities leading to account takeover include flawed redirect_uri validation, state parameter CSRF, nonce replay, and improper token exchange logic in federated login or social authentication implementations.

How do I find session theft and authentication bypass issues in OIDC flows?

Find session theft and authentication bypass issues in OIDC flows by systematically analyzing authorization endpoints, token exchange logic, and mobile deep link exploit vectors for improper validation mechanisms.

Does this OAuth vulnerability hunting methodology work for mobile applications?

Yes, this OAuth vulnerability hunting methodology works for mobile applications by executing targeted tests for mobile deep link exploits and analyzing custom OAuth providers utilized in federated login setups.

Can I use this approach to audit multi-tenant SaaS platform authentication?

Yes, you can use this approach to audit multi-tenant SaaS platform authentication by verifying if the OAuth callback handler properly validates the state parameter and prevents token leakage.

What is the best way to enumerate OAuth flow entry points for bug bounty hunting?

The best way to enumerate OAuth flow entry points for bug bounty hunting is to systematically map the authorization endpoints and analyze the token exchange logic to identify critical security gaps.