What problem does it solve?
Open redirect vulnerabilities let attackers redirect users to attacker-controlled destinations using parameters, undermining trust in legitimate links and enabling multi-stage attacks like phishing, OAuth token theft, and SSRF.
Core Features & Use Cases
- Redirect Parameter Identification: Map and test common redirect-driving parameters such as url, next, returnUrl, and dest to locate the vulnerable redirect behavior.
- Sink Coverage Across Contexts: Validate both server-side redirect sinks (e.g., HTTP Location/header-based flows) and client-side JavaScript navigation sinks (e.g., window.location, window.location.href).
- Filter Bypass Techniques: Use realistic bypass payload patterns including protocol-relative URLs, userinfo delimiter abuse, encoding tricks, and parser confusion to confirm reachability.
Quick Start
Ask an AI agent to use the open-redirect playbook to identify all redirect parameters on a target URL and generate a minimal set of proof-of-concept payloads that demonstrate external redirects safely within the allowed scope.