hunt-open-redirect

Identify and exploit open redirect vulnerabilities across web applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standalone open redirect vulnerabilities are often rated low severity, but can be chained to high-impact attacks including OAuth token theft leading to full account takeover, phishing campaigns leveraging trusted target domains, and server-side request forgery (SSRF) escalation. This Skill eliminates manual effort by providing a structured workflow to identify, bypass, and chain open redirect flaws across web applications.

Core Features & Use Cases

  • Full Open Redirect Coverage: Hunts all common redirect parameter patterns (?redirect=, ?next=, ?return=, ?redirect_uri=, etc.) across login/logout flows, OAuth authorization endpoints, language switchers, and payment redirects.
  • Bypass & Chain Guidance: Includes a comprehensive table of bypass payloads (protocol-relative, backslash, at-sign confusion, URL encoding, null byte, etc.) and step-by-step instructions for chaining open redirects to OAuth token theft, phishing, SSRF, and session fixation attacks.
  • Automation Integration: Provides ready-to-use commands for tools like openredirex, nuclei, and gf + qsreplace to automate discovery and validation at scale.
  • Real-World Use Case: A red teamer targeting a SaaS platform with OAuth login can use this Skill to find vulnerable redirect_uri parameters, test bypass payloads, chain the open redirect to steal OAuth auth codes, and achieve full user account takeover with a single crafted link.

Quick Start

Use the hunt-open-redirect skill to test all redirect parameters on your target's OAuth authorization endpoints for open redirect vulnerabilities and chain them to account takeover attacks.

Frequently Asked Questions about hunt-open-redirect

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

FAQPage Schema
How do I chain an open redirect to OAuth account takeover?

Chain an open redirect to OAuth account takeover by testing vulnerable redirect_uri parameters on authorization endpoints with bypass payloads to steal OAuth auth codes. This Skill provides step-by-step procedures for chaining redirects to full token theft.

What open redirect bypass payloads work against redirect_uri filters?

Effective open redirect bypass payloads include protocol-relative URLs, backslash, at-sign confusion, URL encoding, and null bytes. This Skill provides a comprehensive bypass payload table for evading redirect parameter filters.

How do I find open redirect vulnerabilities in login and logout flows?

Find open redirect vulnerabilities in login and logout flows by testing user-controlled parameters like ?redirect=, ?next=, and ?return=. This Skill hunts common redirect parameter patterns across authentication endpoints and payment flows.

Can I use openredirex and nuclei to automate open redirect discovery?

You can automate open redirect discovery and validation using openredirex and nuclei. This Skill provides ready-to-use integration commands alongside gf and qsreplace to scale finding validation across target web applications.

When should I escalate an open redirect to SSRF during red teaming?

Escalate an open redirect to SSRF during red teaming when user-controlled redirect parameters allow server-side requests to internal systems. This Skill provides SSRF escalation checks to identify high-impact server-side request forgery chains.