About 6,260 results
Open links in new tab
  1. Server-side request forgery (SSRF) - PortSwigger

    In this section we explain what server-side request forgery (SSRF) is, and describe some common examples. We also show you how to find and exploit SSRF ...

  2. Server-side request forgery (SSRF) attacks - PortSwigger

    This learning path teaches you about server-side request forgery (SSRF). You'll learn about its impact, common techniques used in attacks, and how to defend against them.

  3. Blind SSRF vulnerabilities | Web Security Academy - PortSwigger

    In this section, we'll explain what blind server-side request forgery is, describe some common blind SSRF examples, and explain how to find and exploit blind SSRF vulnerabilities.

  4. Lab: Basic SSRF against the local server - PortSwigger

    Lab: Basic SSRF against the local server APPRENTICE This lab has a stock check feature which fetches data from an internal system. To solve the lab, change the stock check URL to access the …

  5. Testing for SSRF vulnerabilities with Burp Suite - PortSwigger

    Nov 18, 2025 · Server-side request forgery (SSRF) is a web security vulnerability that allows an attacker to induce the server-side application to make requests to an unintended location.

  6. Testing for SSRF with Burp Suite - PortSwigger

    Nov 18, 2025 · Server-side request forgery (SSRF) is a web security vulnerability that allows an attacker to induce the server-side application to make requests to an unintended location.

  7. Listen to the whispers: web timing attacks that actually work

    Aug 7, 2024 · The single biggest breakthrough in this research was when I realized I could use timing to detect a widely overlooked type of SSRF. Back in 2017, I researched techniques to exploit …

  8. Lab: Basic SSRF against another back-end system

    Lab: Basic SSRF against another back-end system LAB APPRENTICE Basic SSRF against another back-end system

  9. Lab: SSRF with blacklist-based input filter - PortSwigger

    This lab has a stock check feature which fetches data from an internal system. To solve the lab, change the stock check URL to access the admin interface at http://localhost/admin and delete the user …

  10. Introducing the URL validation bypass cheat sheet - PortSwigger

    Sep 3, 2024 · URL validation bypasses are the root cause of numerous vulnerabilities including many instances of SSRF, CORS misconfiguration, and open redirection. These work by using ambiguous …