41 lines
1017 B
YAML
41 lines
1017 B
YAML
|
id: manageengine-adaudit
|
||
|
|
||
|
info:
|
||
|
name: ZOHO ManageEngine ADAudit/ADManager Panel - Detect
|
||
|
author: dhiyaneshDK,PR3R00T,idealphase
|
||
|
severity: info
|
||
|
description: |
|
||
|
ZOHO ManageEngine ADAudit/ADManager 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/products/active-directory-audit/
|
||
|
- https://www.manageengine.com/products/ad-manager/
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.title:"ADAudit Plus" || http.title:"ManageEngine - ADManager Plus"
|
||
|
tags: panel,zoho,manageengine
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
- "{{BaseURL}}/authorization.do"
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'ManageEngine - ADManager Plus'
|
||
|
- 'ADAudit Plus'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2023/01/29
|