commit
16d4a9243f
|
@ -0,0 +1,25 @@
|
|||
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.
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/ADSearch.cc?methodToCall=search"
|
||||
- "{{BaseURL}}:8443/ADSearch.cc?methodToCall=search"
|
||||
- "{{BaseURL}}:8080/ADSearch.cc?methodToCall=search"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "ManageEngine"
|
||||
- "ADManager"
|
||||
condition: and
|
Loading…
Reference in New Issue