What problem does it solve?
This Skill helps you identify and validate open redirect vulnerabilities where an application redirects users to attacker-controlled destinations derived from user input, enabling phishing, token theft, and SSRF.
Core Features & Use Cases
- Redirect discovery: Pinpoints URL parameters and common redirect sinks in both server and JavaScript contexts (e.g., Location headers, res.redirect, window.location).
- Filter bypass playbook: Tests practical bypasses for typical allowlist and validation logic (protocol-relative URLs, userinfo tricks, encoding/double-decoding, parser confusion).
- Chain exploitation guidance: Maps open redirect into high-impact multi-step scenarios including phishing amplification, OAuth token/code theft, CSRF referer bypass, and SSRF via redirect-following.
Quick Start
Ask an AI to produce a targeted open redirect test plan for your application, including the exact parameter names to try, the relevant redirect sinks to inspect, and specific bypass payloads to validate.