Add detection for Manage Engine Key Manager Plus (#3503)

* Add KPM tpl

* Added optional favicon based detection

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
Dominique RIGHETTO 2022-01-08 13:18:57 +01:00 committed by GitHub
parent 484d77de7c
commit bec3a8713d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: manageengine-keymanagerplus
info:
name: ZOHO ManageEngine KeyManagerPlus
author: righettod
severity: info
reference: https://www.manageengine.com/key-manager/
tags: panel,zoho,manageengine
requests:
- method: GET
path:
- '{{BaseURL}}/apiclient/index.jsp'
- '{{BaseURL}}/pki/images/keyManager_title.ico'
stop-at-first-match: true
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), '<title>key manager plus</title>')"
condition: and
- type: dsl
dsl:
- "status_code==200"
- "('192917117' == mmh3(base64_py(body)))"
condition: and