What problem does it solve? Web applications often redirect users based on unvalidated URL parameters, letting attackers abuse trusted domains for phishing, OAuth token theft, and SSRF. This Skill provides a structured playbook for finding, bypassing, and chaining open redirect vulnerabilities during authorized penetration tests and CTF challenges. ## Core Features & Use Cases - Redirect Discovery: Enumerates common redirect parameters (url, next, return, callback) and identifies server-side and JavaScript navigation sinks. - Filter Bypass Techniques: Covers protocol-relative URLs, userinfo confusion, backslash tricks, double encoding, CRLF injection, and URL parser differentials between validators and browsers. - Exploit Chaining: Documents escalation paths from open redirect to phishing amplification, OAuth/OIDC token theft, CSRF Referer bypass, tabnabbing, and SSRF via redirect-following fetchers. - Use Case: During a web CTF or authorized pentest, you find /redirect?url= on a target. Use this playbook to test //evil.com, trusted.com@evil.com, and /\evil.com variants, then chain a confirmed redirect into an OAuth implicit-flow token theft scenario. ## Quick Start Ask the agent to test the target's redirect parameters for open redirect vulnerabilities and attempt filter bypass payloads from the playbook.