nuclei-templates/technologies/thinkcmf-detect.yaml

24 lines
392 B
YAML
Raw Normal View History

2021-03-13 09:17:50 +00:00
id: thinkcmf-detection
info:
name: Detect ThinkCMF
author: pikpikcu,daffainfo
2021-03-13 09:17:50 +00:00
severity: info
tags: panel,thinkcmf,login
2021-03-13 09:17:50 +00:00
requests:
- method: GET
path:
2021-08-02 07:23:35 +00:00
- "{{BaseURL}}"
2021-03-13 09:17:50 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2021-03-13 09:17:50 +00:00
words:
- '<meta name="author" content="ThinkCMF">'
2021-03-13 09:17:50 +00:00
- type: status
status:
- 200