What problem does it solve? Open redirect vulnerabilities are often dismissed as low-impact, but when chained with OAuth flows or server-side fetching they enable account takeover and SSRF. This Skill provides a systematic methodology to discover redirect parameters, bypass filters, and escalate findings into high-severity chains. ## Core Features & Use Cases - Redirect Parameter Discovery: Extract candidate endpoints using gf patterns, grep for common parameters like redirect, next, url, returnTo, and callback from crawled URLs. - Filter Bypass Testing: Apply a payload table covering protocol-relative URLs, backslash bypasses, at-sign confusion, URL encoding, null bytes, and JavaScript/data URIs. - Impact Chaining: Escalate redirects into OAuth authorization code theft (ATO), phishing with trusted domains, session fixation, and SSRF via server-side redirect following. - Use Case: During a bug bounty engagement, you find /logout?returnTo= on the target. Use this Skill to test bypass payloads, confirm the Location header points to your domain, then chain it into the OAuth redirect_uri to steal authorization codes. ## Quick Start Hunt for open redirect vulnerabilities on the target domain and test whether any findings can be chained into the OAuth flow for account takeover.