mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-09 20:23:21 +08:00
* Seperate tech and exposed-panels * Update phpcollab-panel.yaml * Update wondercms-detect.yaml * Update xxljob-panel.yaml * Update yzmcms-panel.yaml * workflow fixes Co-authored-by: Prince Chaddha <prince@projectdiscovery.io> Co-authored-by: sandeep <sandeep@projectdiscovery.io>
24 lines
392 B
YAML
24 lines
392 B
YAML
id: thinkcmf-detection
|
|
|
|
info:
|
|
name: Detect ThinkCMF
|
|
author: pikpikcu,daffainfo
|
|
severity: info
|
|
tags: panel,thinkcmf,login
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<meta name="author" content="ThinkCMF">'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|