What problem does it solve? Web applications often fail to validate user-supplied redirect URLs, letting attackers craft trusted-looking links that send victims to malicious sites. This Skill provides a structured checklist to systematically find, bypass, and escalate open redirect vulnerabilities during authorized web app testing and bug bounty hunting. ## Core Features & Use Cases - Parameter and Endpoint Discovery: Identifies common redirect parameters (redirect, url, next, return_url) and endpoints across login flows, OAuth, URL shorteners, and framework redirectors. - Bypass Technique Library: Covers domain spoofing, URL/double encoding, protocol confusion (javascript:, data:), path-based bypasses, and special character abuse to defeat validation filters. - Impact Escalation and Chaining: Shows how to chain open redirects with OAuth token theft, SSRF, XSS, and phishing for demonstrated impact. - Use Case: During a bug bounty engagement, you find a ?next= parameter on a login page. Use this Skill to test basic payloads, apply encoding and domain-spoofing bypasses against the allowlist, and chain the redirect into an OAuth token theft proof of concept. ## Quick Start Use the open-redirect skill to test https://target.com/login?next= for open redirect vulnerabilities and try bypass techniques if the basic payload is blocked.