nuclei-templates/exposed-panels/contentkeeper-detect.yaml

39 lines
797 B
YAML
Raw Normal View History

id: contentkeeper-detect
2021-10-03 14:24:50 +00:00
info:
name: ContentKeeper Cloud Panel - Detect
2021-10-03 14:24:50 +00:00
author: geeknik
severity: info
description: ContentKeeper Cloud panel was detected.
reference:
- https://www.contentkeeper.com/
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
2021-10-03 14:24:50 +00:00
tags: contentkeeper,panel
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/ck/domenu.cgi"
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-10-04 13:32:28 +00:00
2021-10-03 14:24:50 +00:00
- type: word
words:
2021-10-04 13:32:28 +00:00
- "ContentKeeper Technologies</div>"
2021-10-03 14:24:50 +00:00
- "ContentKeeper</span>.com"
condition: and
2021-10-04 13:32:28 +00:00
2021-10-03 14:24:50 +00:00
- type: word
words:
- "text/html"
part: header
# Enhanced by md on 2022/11/09