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

37 lines
769 B
YAML
Raw Normal View History

2021-09-21 11:46:53 +00:00
id: manageengine-adselfservice
info:
2021-09-21 11:46:53 +00:00
name: ZOHO ManageEngine ADSelfService Plus
2022-09-17 05:02:33 +00:00
author: dhiyaneshDK,SaK1
severity: info
2022-07-04 08:46:15 +00:00
metadata:
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
requests:
- 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]+)"'