What problem does it solve? Web applications that redirect users based on unvalidated URL parameters enable phishing attacks, OAuth token theft, and session hijacking. This Skill provides a structured workflow to identify redirect parameters, test validation bypasses, and document exploitable open redirect findings during authorized security assessments. ## Core Features & Use Cases - Redirect Parameter Discovery: Systematically identify common redirect parameters (next, url, redirect_uri, return, goto) across login, logout, and OAuth endpoints. - Bypass Technique Library: Apply protocol-relative URLs, userinfo abuse, URL encoding, CRLF injection, and subdomain confusion payloads to defeat validation filters. - Exploitation Chaining: Chain open redirects with OAuth flows for token theft, phishing pages for credential harvesting, and javascript: URIs for XSS. - Use Case: During a web application penetration test, you discover a login page with a ?next= parameter. Use this Skill to test bypass payloads, confirm the redirect to an external domain via Burp Collaborator, and produce a structured findings report with remediation guidance. ## Quick Start Test the redirect parameter on my target application's login endpoint for open redirect vulnerabilities and report any bypass techniques that succeed.