24 lines
397 B
YAML
24 lines
397 B
YAML
id: thinkcmf-detection
|
|
|
|
info:
|
|
name: Detect ThinkCMF
|
|
author: pikpikcu,daffainfo
|
|
severity: info
|
|
tags: panel,thinkcmf,login,tech
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<meta name="author" content="ThinkCMF">'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|