From ab6535c6d90c32f0b0897cabfc3938a8d7dbc83b Mon Sep 17 00:00:00 2001 From: Swissky Date: Sun, 13 Jan 2019 22:28:49 +0100 Subject: [PATCH] Bugfix picture SSRF --- SSRF injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSRF injection/README.md b/SSRF injection/README.md index 3cb9211..2675ec1 100644 --- a/SSRF injection/README.md +++ b/SSRF injection/README.md @@ -1,7 +1,7 @@ # Server-Side Request Forgery Server Side Request Forgery or SSRF is a vulnerability in which an attacker forces a server to perform requests on their behalf. -![SSRF stream](https://github.com/swisskyrepo/PayloadsAllTheThings/raw/master/SSRF%20injection/Images/SSRF_stream.png.jpg) +![SSRF stream](https://github.com/swisskyrepo/PayloadsAllTheThings/raw/master/SSRF%20injection/Images/SSRF_stream.png) ## Summary