nuclei-templates/cves/2018/CVE-2018-14574.yaml

24 lines
448 B
YAML
Raw Normal View History

2021-02-01 13:26:05 +00:00
id: CVE-2018-14574
info:
name: Django Open Redirect
author: pikpikcu
severity: low
tags: cve,cve2018,django,redirect
2021-02-01 13:26:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}//www.example.com"
matchers-condition: and
matchers:
- type: status
status:
- 301
- type: word
words:
2021-02-02 13:42:49 +00:00
- "Location: https://www.example.com"
- "Location: http://www.example.com"
2021-02-01 13:26:05 +00:00
part: header