36 lines
844 B
YAML
36 lines
844 B
YAML
|
id: manageengine-network-config
|
||
|
|
||
|
info:
|
||
|
name: Zoho ManageEngine Network Configuration Manager Panel - Detect
|
||
|
author: righettod
|
||
|
severity: info
|
||
|
description: ZOHO ManageEngine Network Configuration Manager 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
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
shodan-query: http.title:"Network Configuration Manager"
|
||
|
tags: panel,zoho,manageengine
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/apiclient/ember/Login.jsp'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Network Configuration Manager'
|
||
|
- 'https://www.manageengine.com'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2023/01/29
|