Create CVE-2018-14574.yaml
parent
619d9bba40
commit
761b931fda
|
@ -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
|
Loading…
Reference in New Issue