Merge pull request #10 from MMrhassel/patch-1

Create open-redirect.yaml
patch-1
Ice3man 2020-04-06 05:20:22 -07:00 committed by GitHub
commit 35579db5ed
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