Updated manageengine-adaudit.yaml (#4706)
* Updated manageengine-adaudit.yaml Added "ADAudit Plus" detection * Update manageengine-adaudit.yaml Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
6ab1216033
commit
0d98041144
|
@ -2,10 +2,16 @@ id: manageengine-adaudit
|
|||
|
||||
info:
|
||||
name: ZOHO ManageEngine ADAudit/ADManager Panel
|
||||
author: dhiyaneshDK,PR3R00T
|
||||
author: dhiyaneshDK,PR3R00T,idealphase
|
||||
severity: info
|
||||
description: |
|
||||
ADAudit Plus helps keep your Windows Server ecosystem secure and compliant by providing full visibility into all activities. An Active Directory (AD) management and reporting solution that allows IT administrators and technicians to manage AD objects easily and generate instant reports at the click of a button!
|
||||
reference:
|
||||
- https://www.shodan.io/search?query=http.title%3A%22ManageEngine+-+ADManager+Plus%22
|
||||
- https://www.manageengine.com/products/active-directory-audit/
|
||||
- https://www.manageengine.com/products/ad-manager/
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"ADAudit Plus" || http.title:"ManageEngine - ADManager Plus"
|
||||
tags: panel,zoho,manageengine
|
||||
|
||||
requests:
|
||||
|
@ -14,11 +20,14 @@ requests:
|
|||
- '{{BaseURL}}'
|
||||
- "{{BaseURL}}/authorization.do"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>ManageEngine - ADManager Plus</title>'
|
||||
- 'ManageEngine - ADManager Plus'
|
||||
- 'ADAudit Plus'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue