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

24 lines
448 B
YAML

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