nuclei-templates/exposed-panels/zoho/manageengine-keymanagerplus...

39 lines
949 B
YAML

id: manageengine-keymanagerplus
info:
name: ZOHO ManageEngine KeyManagerPlus Panel - Detect
author: righettod
severity: info
description: ZOHO ManageEngine KeyManagerPlus 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
reference:
- https://www.manageengine.com/key-manager/
tags: panel,zoho,manageengine
requests:
- method: GET
path:
- '{{BaseURL}}/apiclient/index.jsp'
- '{{BaseURL}}/pki/images/keyManager_title.ico'
stop-at-first-match: true
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), '<title>key manager plus</title>')"
condition: and
- type: dsl
dsl:
- "status_code==200"
- "('192917117' == mmh3(base64_py(body)))"
condition: and
# Enhanced by mp on 2023/01/29