From 16ded6d47e8c9de6dab231a16e76910e4f7631d1 Mon Sep 17 00:00:00 2001 From: MMrhassel <48781151+MMrhassel@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:12:30 +0200 Subject: [PATCH] Create open-redirect.yaml --- vulnerabilities/open-redirect.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vulnerabilities/open-redirect.yaml diff --git a/vulnerabilities/open-redirect.yaml b/vulnerabilities/open-redirect.yaml new file mode 100644 index 0000000000..2af2ad1d6c --- /dev/null +++ b/vulnerabilities/open-redirect.yaml @@ -0,0 +1,19 @@ +id: open-redirect + +info: + # name is the name of the template + name: Open Redirect Detection Template + # author is the name of the author for the template + author: Elmahdi + # severity is the severity for the template. + severity: Low +requests: + - method: GET + + path: + - "{{BaseURL}}//google.com/" + matchers: + - type: word + words: + - "Location: //google.com" + part: header