Create CVE-2018-14574.yaml

patch-1
PikPikcU 2021-02-01 13:26:05 +00:00 committed by GitHub
parent 619d9bba40
commit 761b931fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
id: CVE-2018-14574
info:
name: Django Open Redirect
author: pikpikcu
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}//www.example.com"
matchers-condition: and
matchers:
- type: status
status:
- 301
- type: word
words:
- "www.example.com"
part: header