redirect-forge

Detect and exploit open redirect vulnerabilities with bypass and OAuth token theft techniques.

30|6|Updated May 13, 2026
One-click install
npx skills add https://github.com/Rifteo/skills --skill redirect-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redirect-forge
Source: https://github.com/Rifteo/skills/tree/main/redirect-forge
Command: npx skills add https://github.com/Rifteo/skills --skill redirect-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, colorama, nuclei, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive methodology for detecting and exploiting open redirects, addressing the lack of a structured approach in security testing.

Core Features & Use Cases

  • Open Redirect Detection: Offers detailed instructions for identifying and verifying open redirect parameters.
  • Bypass Techniques: Provides a step-by-step guide to bypass common protection mechanisms.
  • OAuth Token Theft: Includes strategies for exploiting OAuth redirect_uri vulnerabilities to steal tokens.
  • Chaining with Other Bugs: Demonstrates how to chain open redirects with SSRF, CSP bypass, phishing, and SAML/SSO token theft.
  • Automated Testing: Recommends tools and techniques for automated testing of open redirect vulnerabilities.

Quick Start

Run the redirect_forge skill to initiate a comprehensive open redirect vulnerability assessment on your target application.

Frequently Asked Questions about redirect-forge

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

FAQPage Schema
How do I detect and exploit open redirect vulnerabilities in a web application?

Open redirect vulnerabilities are detected by finding unvalidated parameters that accept external URLs. This Skill provides a structured methodology to identify these parameters, verify redirection behavior, and exploit the vulnerabilities for unauthorized navigation.

How can I use an open redirect to steal OAuth tokens?

OAuth token theft occurs by exploiting weak redirect_uri validation. This Skill includes specific strategies for manipulating OAuth flows to intercept and steal access tokens during the authorization process.

Can I chain open redirects with SSRF or CSP bypass vulnerabilities?

Chaining open redirects with SSRF, CSP bypass, phishing, and SAML/SSO token theft amplifies their impact. This methodology demonstrates how to combine open redirect flaws with other security bugs to execute complex attack scenarios.

Do I need Python and Nuclei to run automated open redirect testing?

Automated open redirect testing requires the Python libraries requests and colorama, plus the Nuclei tool. These dependencies are necessary to execute the recommended automated testing scripts and techniques.

What is the best way to bypass open redirect protection mechanisms?

Bypassing open redirect protection requires manipulating URL syntax and encoding to evade input filters. This methodology provides a step-by-step guide to bypassing common protection mechanisms used to block unauthorized external redirection.