hunt-open-redirect

Discover and validate open redirect vulnerabilities in web applications.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-open-redirect-bpnrockstar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-open-redirect
Source: https://github.com/bpnrockstar/UnifiedBugHunter/tree/main/skills/hunt-open-redirect
Command: npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-open-redirect-bpnrockstar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openredirex, nuclei, gf, and includes scripts (resource) components.

What problem does it solve?

This Skill uncovers open redirect vulnerabilities, which can be chained to OAuth theft, phishing, SSRF escalation, or session fixation.

Core Features & Use Cases

  • Detection of Open Redirects: Identifies both low-impact and chained open redirects across various parameters.
  • Bypass Techniques: Provides techniques to bypass common redirect defenses.
  • Hunting Methodology: Offers a step-by-step guide for discovering open redirects and verifying their impact.
  • Automation Tools: Integrates with openredirex, nuclei, and gf tools for automation.

Quick Start

Run the skill and provide the target domain to discover open redirects.

Frequently Asked Questions about hunt-open-redirect

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

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

Open redirect vulnerabilities are discovered by running this Skill against a target domain, which automates detection using openredirex, nuclei, and gf to identify exploitable redirect parameters.

Can open redirect vulnerabilities be chained for OAuth theft or SSRF?

Yes, open redirects can be chained for OAuth theft, SSRF escalation, phishing, or session fixation. This Skill identifies and validates redirect parameters to evaluate their potential for these exploit chains.

What's the best way to automate open redirect detection with nuclei and gf?

Automating open redirect detection with nuclei and gf is handled by this Skill, which orchestrates both tools alongside openredirex to parse targets, filter potential redirect parameters, and validate vulnerabilities.

How do I bypass common open redirect defenses?

Bypassing open redirect defenses is supported by this Skill through specialized techniques that circumvent common URL validation filters, helping confirm that the redirect executes to external destinations.

Do I need openredirex installed to use this open redirect hunting tool?

Yes, openredirex is required alongside nuclei and gf as core dependencies to automate the discovery, filtering, and validation of open redirect vulnerabilities across target web applications.

Why are low-impact open redirects still worth discovering?

Low-impact open redirects are worth discovering because they can be chained into high-impact exploits like OAuth theft or SSRF escalation, serving as critical entry points for deeper application compromise.