ssrf-server-side-request-forgery

Identify and exploit Server-Side Request Forgery vulnerabilities in target systems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive coverage of Server-Side Request Forgery (SSRF) techniques for security penetration testing, allowing you to identify and exploit SSRF vulnerabilities in target systems.

Core Features & Use Cases

  • SSRF Detection and Exploitation: Offers a detailed guide on identifying SSRF vulnerabilities and executing advanced exploitation techniques.
  • Cloud Metadata Endpoints: Provides a comprehensive list of cloud metadata endpoints that can be targeted using SSRF.
  • Protocol Exploitation: Covers exploitation techniques for various protocols like Redis, MySQL, and SMTP using gopher://.
  • URL Parser Confusion: Discusses advanced URL parser bypass techniques for SSRF.
  • Use Case: A penetration tester uses this Skill to identify SSRF vulnerabilities in a web application, exploit them to access internal services, and extract sensitive information.

Quick Start

Use the ssrf-server-side-request-forgery skill to identify SSRF vulnerabilities in the target application and exploit them to access internal services.

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 detect and exploit Server-Side Request Forgery vulnerabilities in a web application?

Server-Side Request Forgery vulnerabilities are detected and exploited by identifying unvalidated URL inputs and leveraging them to access internal network services. This Skill provides advanced exploitation techniques to extract sensitive information from target systems.

Can I use SSRF to access cloud metadata endpoints during penetration testing?

SSRF can be used to access cloud metadata endpoints during penetration testing. This Skill provides a comprehensive list of targetable cloud metadata endpoints to extract sensitive information from internal services.

How do I bypass IP filters when exploiting SSRF vulnerabilities?

Bypassing IP filters when exploiting SSRF vulnerabilities involves using advanced URL parser confusion techniques. This Skill discusses methods to bypass filters and access restricted internal network services.

Does this SSRF exploitation guide cover attacking internal protocols like Redis and MySQL?

This SSRF exploitation guide covers attacking internal protocols like Redis, MySQL, and SMTP. It provides techniques for protocol exploitation using the gopher:// protocol to target internal services.

What prerequisites do I need to run SSRF detection scripts using Python and curl?

To run SSRF detection scripts, you need Python, requests, and curl installed in your environment. Familiarity with SSRF concepts and cloud metadata endpoints is also required to effectively use the provided scripts and references.

What is the best way to identify SSRF vulnerabilities in target systems?

The best way to identify SSRF vulnerabilities in target systems is by analyzing URL input handling and testing for internal network access. This Skill offers a detailed guide on identifying vulnerabilities and executing advanced exploitation techniques.