Open Redirect Vulnerability Detection
Paste the following prompt into your AI chat to install this skill:
Please install @user_3c6cb52e/open-redirect-sh-cz1gr9 into your AI assistant using https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Open redirects rarely leak data by themselves, but they often enable phishing, OAuth hijacking, SSRF chaining, and privilege-boundary abuse. During web app testing, engineers may treat Location, url, and redirect_uri as ordinary business parameters and miss differences in parameter concatenation, allowlists, protocol parsing, or double decoding. The result is a controllable redirect without a clear exploit chain.
Workflow and limits
The skill turns open redirect testing into an operational checklist for checking the current target:
- Parameter identification: locate fields that may control the destination, then review parameter concatenation, allowlists, and double decoding.
- Bypass checks: validate whether the server only filters surface strings using URL encoding, double slashes, CRLF injection, and protocol handlers.
- Escalation analysis: determine whether the redirect can connect to OAuth redirect, SSRF chain, or authenticated redirects to create a higher-impact path.
- Progress tracking: mark completed items and recommend the next step based on confirmed redirect behavior.
Use it for authorized penetration testing, internal web app review, and bug bounty triage. If the target is not explicitly authorized, the redirect is part of legitimate business configuration, or testing may affect live user sessions or external services, confirm scope before applying bypass techniques.
Use Cases
- In web testing, audit redirect_uri allowlists.
- In bug bounty, chain OAuth redirect abuse.
- Audit internal callbacks for CRLF bypass.
- Find URL encoding and double slash bypasses.
Best For
- Security engineers performing authorized web app penetration testing who need reproducible open redirect checks.
- Bug bounty researchers who need to turn redirect parameters into OAuth or SSRF escalation candidates.
- Backend engineers reviewing internal app security who need to audit callback allowlists and protocol parsing.
- IT operations engineers validating third-party components who need to prevent phishing or SSRF chains via redirects.
Related Skills
An engineer-focused HTTP request smuggling handbook covering CL.TE, TE.CL, TE.TE obfuscation, HTTP/2 downgrade, and client-side desync detection.
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Lightweight Python Linux HIDS exposing SSH brute-force, web attack, and webshell alerts via MCP with ban controls.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.