Merge pull request #5395 from ChristianWeiler/adselfservice_version_detect

Added ManageEngine ADSelfService Version Detection Template
patch-1
Prince Chaddha 2022-09-23 16:42:18 +05:30 committed by GitHub
commit d0cd23ce05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -2,9 +2,10 @@ id: manageengine-adselfservice
info:
name: ZOHO ManageEngine ADSelfService Plus
author: dhiyaneshDK
author: dhiyaneshDK,SaK1
severity: info
metadata:
verified: true
shodan-query: http.title:"ADSelfService Plus"
tags: panel,zoho,manageengine
@ -12,13 +13,24 @@ requests:
- 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]+)"'