hunt-open-redirect

Identify and exploit open redirect vulnerabilities and chained redirect workflows.

3.3k|507|Updated May 5, 2026
One-click install
npx skills add https://github.com/elementalsouls/Claude-BugHunter --skill hunt-open-redirect-elementalsouls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-open-redirect
Source: https://github.com/elementalsouls/Claude-BugHunter/tree/main/skills/hunt-open-redirect
Command: npx skills add https://github.com/elementalsouls/Claude-BugHunter --skill hunt-open-redirect-elementalsouls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open redirect vulnerabilities allow attackers to redirect users to attacker-controlled sites, chain redirects to OAuth flows, and enable credential theft or phishing. This skill provides a structured methodology to identify, test, and chain open redirects across web applications.

Core Features & Use Cases

  • Discover redirect parameters and common trigger points in web apps.
  • Test open redirects, chained redirects, and OAuth redirect_uri bypass scenarios.
  • Provide end-to-end hunting methodology including automation notes for reproducible results.

Quick Start

Describe the target and initiate the open redirect hunting workflow to identify redirect vulnerabilities and chained attack vectors.

Frequently Asked Questions about hunt-open-redirect

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

FAQPage Schema
How do I test for open redirect vulnerabilities in web applications?

To test open redirect vulnerabilities, you need to discover redirect parameters and apply both basic and advanced testing methods to identify unvalidated redirections. This methodology provides a structured workflow to systematically hunt for these flaws.

Can open redirect flaws be chained with OAuth flows for account takeover?

Open redirect flaws can be chained with OAuth flows by manipulating the redirect_uri parameter to bypass validation. Testing this chain allows attackers to intercept authorization codes and execute account takeover.

What is the best way to automate open redirect hunting for reproducible results?

Automating open redirect hunting involves scripting the discovery of redirect parameters and testing payloads to achieve deterministic results. This methodology includes automation notes to ensure your testing workflow remains reproducible across web applications.

Does open redirect testing require checks for SSRF escalation?

Open redirect testing does require checks for SSRF escalation to determine if redirect parameters can be abused to force the application to fetch internal resources. This ensures you capture the full impact of the vulnerability during red-team assessments.

Can I use this methodology for red-team assessments on brand-name domains?

You can use this open redirect methodology for red-team assessments and bug hunting on brand-name domains. It is specifically applicable to web application security testing involving redirect parameters and complex chained redirect workflows.