hunt-oauth

Analyze OAuth 2.0 and 2.1 flows to detect common security vulnerabilities.

3|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-oauth-cmndcntrlcyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-oauth
Source: https://github.com/cmndcntrlcyber/rtpi/tree/main/knowledge_seed/bug_hunter_skills/hunt-oauth
Command: npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-oauth-cmndcntrlcyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps identify OAuth vulnerabilities in web applications, enabling secure account access and data protection.

Core Features & Use Cases

  • OAuth Vulnerability Detection: Pinpoints common OAuth issues like state parameter manipulation, redirect URI issues, and client secret exposure.
  • Automated Enumeration: Automatically identifies OAuth entry points and vulnerable endpoints.
  • Technical Documentation: Provides comprehensive guidelines for hunting OAuth vulnerabilities.

Quick Start

Run the hunt-oauth skill to automatically scan your target application for OAuth vulnerabilities.

Frequently Asked Questions about hunt-oauth

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

FAQPage Schema
How do I detect OAuth vulnerabilities in a web application?

To detect OAuth vulnerabilities in a web application, analyze the OAuth flow to pinpoint security issues like state parameter manipulation, redirect URI issues, and client secret exposure. Automated enumeration identifies vulnerable endpoints for targeted manual review.

What are common OAuth 2.0 security issues found during penetration testing?

Common OAuth 2.0 security issues found during penetration testing include state parameter manipulation, redirect URI misconfigurations, and client secret exposure. Analyzing the OAuth flow detects these vulnerabilities and identifies weak endpoints.

Can I scan for OAuth 2.1 protocol vulnerabilities automatically?

Yes, you can scan for OAuth 2.1 protocol vulnerabilities automatically through enumeration of web application entry points. The process identifies vulnerable endpoints, though manual review is required to confirm and further exploit detected issues.

What is the best way to hunt for OAuth redirect URI issues?

The best way to hunt for OAuth redirect URI issues is by analyzing the OAuth flow to detect misconfigurations. Automated enumeration identifies vulnerable endpoints, while comprehensive technical documentation provides guidelines for confirming findings.

Are detected OAuth vulnerabilities ready for immediate exploitation?

Detected OAuth vulnerabilities are not ready for immediate exploitation. The analysis identifies common security issues and vulnerable endpoints, but it requires manual review to confirm the findings and perform further exploitation.

Why do I need manual review after an automated OAuth vulnerability scan?

Manual review is needed after an automated OAuth vulnerability scan to confirm detected security issues and enable further exploitation. Automated enumeration identifies vulnerable endpoints, but precise validation ensures accurate security assessment.