Create open-redirect.yaml

patch-1
MMrhassel 2020-04-06 14:12:30 +02:00 committed by GitHub
parent 5a1ebaedce
commit 16ded6d47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -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