ssrf-server-side-request-forgery

Identify and exploit server-side request forgery vulnerabilities in web applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bingook/bingo --skill ssrf-server-side-request-forgery-bingook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssrf-server-side-request-forgery
Source: https://github.com/bingook/bingo/tree/main/bingo/skills/hack-skills/ssrf-server-side-request-forgery
Command: npx skills add https://github.com/bingook/bingo --skill ssrf-server-side-request-forgery-bingook

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides an in-depth guide and expert attack playbook for identifying and exploiting SSRF vulnerabilities in web applications.

Core Features & Use Cases

  • Expert SSRF Techniques: Covers URL filter bypass, cloud metadata endpoints, protocol exploitation, blind SSRF detection, and chaining to RCE.
  • Real-World CVE Chains: Offers detailed scenarios for CVE chaining, DNS Rebinding, K8s SSRF, and SSRF → Redis → RCE exploitation.
  • Advanced Reference: Includes comprehensive cloud metadata endpoint catalogs, gopher:// payload recipes, and DNS Rebinding attack flows.

Quick Start

Use the ssrf-server-side-request-forgery skill to perform an SSRF scan on a target URL.

Frequently Asked Questions about ssrf-server-side-request-forgery

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

FAQPage Schema
How do I exploit server-side request forgery to access cloud metadata endpoints?

Server-side request forgery (SSRF) exploitation targets cloud metadata endpoints by manipulating URL requests to access sensitive instance metadata. This Skill provides detailed cloud metadata endpoint catalogs and payload recipes for AWS, GCP, and Azure environments.

What is DNS rebinding and how does it bypass URL filters in SSRF attacks?

DNS rebinding is an SSRF technique that bypasses URL filter validation by fluctuating DNS resolution between an allowed domain and a restricted internal IP. This Skill details the complete DNS rebinding attack flow to bypass input validation mechanisms.

How can I chain an SSRF vulnerability to achieve remote code execution?

Chaining SSRF to remote code execution (RCE) often involves targeting internal services like Redis using protocol abuse. This Skill provides specific gopher:// payload recipes and SSRF to Redis to RCE exploitation scenarios.

What is the best way to detect blind SSRF vulnerabilities in web applications?

Detecting blind SSRF vulnerabilities requires out-of-band interaction monitoring to confirm internal request execution without direct responses. This Skill covers blind SSRF detection techniques alongside URL filter bypass and protocol exploitation methods.

Do I need prior web security knowledge to use this SSRF exploitation playbook?

This SSRF exploitation playbook requires prior knowledge of web security and server-side request forgery exploitation techniques. It serves as an advanced reference for experts performing vulnerability exploitation rather than a beginner tutorial.

Can I use this Skill to perform SSRF vulnerability scanning on Kubernetes environments?

Yes, you can scan Kubernetes environments for SSRF vulnerabilities using this Skill. It includes specific K8s SSRF exploitation scenarios and real-world CVE chaining techniques tailored for containerized infrastructure.