From f6d2bb13f399ab000612bee2815204ce220922f6 Mon Sep 17 00:00:00 2001 From: Yasin Soliman Date: Wed, 16 Aug 2017 09:16:00 +0100 Subject: [PATCH] Add two extra OR strings --- cheatsheets/open-redirect.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cheatsheets/open-redirect.md b/cheatsheets/open-redirect.md index be7132d..43086fe 100644 --- a/cheatsheets/open-redirect.md +++ b/cheatsheets/open-redirect.md @@ -15,3 +15,11 @@ ``` //www.google.com/%2e%2e ``` + +``` +//google.com/ +``` + +``` +//google.com/%2f.. +```