nuclei-templates/http/technologies/thinkcmf-detect.yaml

31 lines
598 B
YAML
Raw Normal View History

2021-03-13 09:17:50 +00:00
id: thinkcmf-detection
info:
name: ThinkCMF Panel - Detect
author: pikpikcu,daffainfo
2021-03-13 09:17:50 +00:00
severity: info
description: ThinkCMF panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-11-14 19:45:12 +00:00
tags: panel,thinkcmf,login,tech
2021-03-13 09:17:50 +00:00
http:
2021-03-13 09:17:50 +00:00
- 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
# Enhanced by md on 2023/01/30