45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
id: manageengine-adselfservice
|
|
|
|
info:
|
|
name: ZOHO ManageEngine ADSelfService Plus - Detect
|
|
author: dhiyaneshDK,SaK1
|
|
severity: info
|
|
description: ZOHO ManageEngine ADSelfService 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"ADSelfService Plus"
|
|
tags: panel,zoho,manageengine
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/authorization.do'
|
|
- "{{BaseURL}}/servlet/GetProductVersion"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>ADSelfService Plus</title>'
|
|
- '"PRODUCT_NAME":"ManageEngine ADSelfService'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '"BUILD_NUMBER":"([0-9]+)"'
|
|
|
|
# digest: 4b0a00483046022100cfc8df3928d9e9ce4f11cbffee118d3cfac212b51cb218698ef83fba9d765f7302210086283805c9cbd16f58d4acdcbbe96e3c8357428a4302e0e12268525b302962d0:922c64590222798bb761d5b6d8e72950
|