open-redirect

Identify and map open redirect vulnerabilities across web application endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill open-redirect-ridematch1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-redirect
Source: https://github.com/RideMatch1/a.e.g.i.s/tree/main/packages/skills/skills/offensive/snailsploit-fork/open-redirect
Command: npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill open-redirect-ridematch1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open redirect vulnerabilities allow attackers to trick users into visiting a malicious site by abusing redirects from trusted domains. This skill helps security testers identify, categorize, and document redirect flaws across web applications.

Core Features & Use Cases

  • Identify open redirect vulnerabilities in web apps
  • Test redirect parameter handling, referer-based redirects, and OAuth redirect flows
  • Provide remediation guidance and PoCs for reproducibility

Quick Start

Run an open redirect assessment against a target web application to identify redirect endpoints and verify bypasses.

Frequently Asked Questions about open-redirect

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

FAQPage Schema
How do I find open redirect vulnerabilities in a web application?

Open redirect vulnerabilities are found by testing redirect parameter handling and verifying bypass techniques across multiple endpoints. This skill provides structured checklists and test payloads to identify and map redirect flaws in web applications.

What is an open redirect vulnerability and how does OAuth impact it?

An open redirect vulnerability allows attackers to trick users into visiting malicious sites by abusing redirects from trusted domains. OAuth-based redirect flows are highly susceptible because flawed validation can allow attackers to manipulate callback URIs to hijack user sessions.

How do I test referer-based redirects during a pentest?

Testing referer-based redirects involves manipulating the Referer header to inject untrusted URLs and observing if the application executes the redirection. Structured test payloads are applied to verify this bypass technique and document the endpoint behavior.

Does this approach support scalable testing across multiple endpoints?

Yes, this approach supports scalable testing across multiple endpoints and environments. It provides structured checklists and parameter discovery methodology to systematically identify redirect flaws rather than testing isolated URLs manually.

How do I bypass open redirect validation filters?

Bypass open redirect validation filters by applying specific test payloads that exploit parameter handling flaws, referer-based redirects, and OAuth flow weaknesses. The skill includes bypass techniques to verify if endpoint validation logic can be circumvented.

How do I collect evidence and document open redirect bug bounty reports?

Collect evidence and document open redirect bug bounty reports using provided reporting templates and proof of concept generation. This ensures reproducibility and provides safe remediation guidance for the identified redirect flaws.