39 lines
980 B
YAML
39 lines
980 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: word
|
|
words:
|
|
- "ManageEngine"
|
|
- "Showing Objects Of"
|
|
- "Export as"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "This search has been disabled"
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022074265f61eea8f5d170a6a71de9470b85fa69ad269f080759c9b2b4237f05dc72022100af312aa6397b9b68a20b5c312e0bc870cfb6b57ee9fd193396ef950da766261b:922c64590222798bb761d5b6d8e72950
|