31 lines
664 B
YAML
31 lines
664 B
YAML
id: manage-engine-ad-search
|
|
|
|
info:
|
|
name: Manage Engine AD Search
|
|
author: PR3R00T
|
|
severity: high
|
|
description: Manage Engine AD Manager service can be configured to allow anonymous users to browse the AD list remotely.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"ManageEngine"
|
|
tags: unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ADSearch.cc?methodToCall=search"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "ManageEngine"
|
|
- "Showing Objects Of"
|
|
- "Export as"
|
|
condition: and
|