From d1cf4b20a0d4e1f949490c63b72ee8db940464bd Mon Sep 17 00:00:00 2001 From: Piyush Paliwal <46394419+PiyushThePal@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:35:33 +0530 Subject: [PATCH] Update README.md --- Open Redirect/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open Redirect/README.md b/Open Redirect/README.md index ec2cfb7..e54f9c5 100644 --- a/Open Redirect/README.md +++ b/Open Redirect/README.md @@ -63,10 +63,11 @@ Using CRLF to bypass "javascript" blacklisted keyword java%0d%0ascript%0d%0a:alert(0) ``` -Using "//" to bypass "http" blacklisted keyword +Using "//" & "////" to bypass "http" blacklisted keyword ```powershell //google.com +////google.com ``` Using "https:" to bypass "//" blacklisted keyword