nuclei-templates/http/exposed-panels/zoho/manageengine-adselfservice....

43 lines
981 B
YAML
Raw Normal View History

2021-09-21 11:46:53 +00:00
id: manageengine-adselfservice
info:
name: ZOHO ManageEngine ADSelfService Plus - Detect
2022-09-17 05:02:33 +00:00
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.0
cwe-id: CWE-200
2022-07-04 08:46:15 +00:00
metadata:
max-request: 2
2022-09-23 11:00:30 +00:00
verified: true
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"ADSelfService Plus"
2021-09-21 11:46:53 +00:00
tags: panel,zoho,manageengine
http:
- method: GET
path:
- '{{BaseURL}}/authorization.do'
2022-09-23 11:00:30 +00:00
- "{{BaseURL}}/servlet/GetProductVersion"
matchers-condition: and
matchers:
- type: word
2022-09-23 11:00:30 +00:00
part: body
words:
- '<title>ADSelfService Plus</title>'
2022-09-23 11:00:30 +00:00
- '"PRODUCT_NAME":"ManageEngine ADSelfService'
condition: or
2021-06-29 12:06:47 +00:00
- type: status
status:
- 200
2022-09-23 11:00:58 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '"BUILD_NUMBER":"([0-9]+)"'