chain-ssrf-to-rce

Construct and validate SSRF pivot chains for metadata control and code execution.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill chain-ssrf-to-rce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chain-ssrf-to-rce
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/Decepticon/skills/analyst/chains/ssrf-to-rce
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill chain-ssrf-to-rce

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the identification and validation of SSRF pivot chains, enabling the attacker to gain metadata control and execute code in a target application.

Core Features & Use Cases

  • Automated SSRF Chain Building: Automatically constructs SSRF pivot chains for metadata control and code execution.
  • Impact Validation: Validates the potential impact of SSRF pivots on the target application.
  • Use Case: A penetration tester uses this Skill to identify and exploit SSRF vulnerabilities in a web application, gaining access to internal metadata and executing arbitrary code.

Quick Start

Use the chain-ssrf-to-rce skill to generate SSRF pivot chains for the target application and validate their impact.

Frequently Asked Questions about chain-ssrf-to-rce

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

FAQPage Schema
How do I automate SSRF pivot chains for metadata control and code execution?

You can automate SSRF pivot chains by using this skill to construct payloads that target internal metadata endpoints, validating their execution impact. It automatically builds and tests these chains to confirm code execution capabilities in the target application.

What is an SSRF pivot chain and how does it lead to code execution?

An SSRF pivot chain is a sequence of server-side request forgery exploits that traverse internal services to access sensitive metadata. By manipulating this metadata, attackers can extract credentials or configuration data to achieve remote code execution.

Can I use this skill to validate the impact of SSRF vulnerabilities during penetration testing?

Yes, this skill is designed for penetration testing workflows to validate the potential impact of SSRF pivots. It analyzes internal metadata responses and executes payloads to confirm whether the vulnerability allows unauthorized code execution.

Do I need to manually analyze internal metadata before building an SSRF pivot chain?

Manual metadata analysis is minimized because this skill automates the identification of viable SSRF pivot chains. However, you should understand the target application's architecture to effectively interpret the automated payload validation results.

What is the best way to chain SSRF vulnerabilities for metadata control without manual payload crafting?

The best way is to use an automated tool that constructs and validates SSRF pivot chains directly. This skill generates the necessary payloads to access internal metadata and confirms code execution, bypassing the need for manual payload crafting.

Why does my SSRF payload fail to achieve code execution after accessing internal metadata?

SSRF payloads often fail to achieve code execution if the extracted internal metadata lacks sufficient permissions or if internal firewalls block the pivot chain. This skill helps identify these constraints by validating payload impact during the auditing process.