open-redirect

Identify open redirect vulnerabilities by analyzing URL parameters and sinks.

120|8|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Prohao42/aimy-skill --skill open-redirect-prohao42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-redirect
Source: https://github.com/Prohao42/aimy-skill/tree/main/ai-mian/hack-skills/skills/open-redirect
Command: npx skills add https://github.com/Prohao42/aimy-skill --skill open-redirect-prohao42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and demonstrates exploitation techniques for open redirect vulnerabilities, which can be used in phishing attacks and SSRF chains.

Core Features & Use Cases

  • Open Redirect Detection: Identifies parameters and sinks that allow open redirects.
  • Filter Bypass Techniques: Explores methods to bypass URL validation filters.
  • Exploitation Chains: Demonstrates how open redirects can be chained with other attacks like phishing, OAuth token theft, and SSRF.

Quick Start

Run the open-redirect skill to detect open redirects in a given URL.

Frequently Asked Questions about open-redirect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect open redirect vulnerabilities in web applications?

To detect open redirect vulnerabilities, analyze URL parameters and sinks to identify unvalidated redirects. This Skill identifies parameters that allow open redirects and demonstrates exploitation techniques involving phishing, OAuth token theft, and SSRF.

What is an open redirect vulnerability and how is it exploited?

An open redirect vulnerability occurs when a web application accepts untrusted input to redirect users. Exploitation involves manipulating URL parameters to redirect victims to malicious sites for phishing, OAuth token theft, or SSRF attack chains.

How do I bypass URL validation filters to test for open redirects?

Bypassing URL validation filters for open redirects involves exploring various URL manipulation techniques to circumvent input sanitization. This Skill demonstrates methods to bypass these filters and identify sinks that accept malicious redirect parameters.

Can open redirect vulnerabilities be chained with SSRF and phishing attacks?

Open redirect vulnerabilities can be chained with SSRF and phishing attacks. This Skill demonstrates exploitation chains where open redirects facilitate OAuth token theft, Server-Side Request Forgery, and credential harvesting through malicious redirection.

What do I need to know to identify open redirect sinks and parameters?

Identifying open redirect sinks and parameters requires knowledge of URL manipulation and common attack patterns. This Skill analyzes URL parameters to find sinks that allow open redirects, targeting web applications with vulnerable redirect logic.

Why does open redirect detection require analyzing URL parameters and sinks?

Open redirect detection requires analyzing URL parameters and sinks because vulnerable applications pass unvalidated input directly to redirect functions. This Skill identifies these parameters and sinks to demonstrate exploitation vectors like phishing and SSRF.