39 lines
793 B
YAML
39 lines
793 B
YAML
|
id: contentkeeper-detect
|
||
|
|
||
|
info:
|
||
|
name: ContentKeeper Cloud Panel - Detect
|
||
|
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
|
||
|
tags: contentkeeper,panel
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/cgi-bin/ck/domenu.cgi"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "ContentKeeper Technologies</div>"
|
||
|
- "ContentKeeper</span>.com"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "text/html"
|
||
|
part: header
|
||
|
|
||
|
# Enhanced by md on 2022/11/09
|