Creating manage-engine-ad-search.yaml
parent
1cdeb45f8d
commit
ed90f2311b
|
@ -0,0 +1,23 @@
|
|||
id: manage-engine-ad-search
|
||||
|
||||
#Default Listening ports : HTTP_8080 and HTTPS_8443
|
||||
|
||||
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"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "ManageEngine"
|
||||
- "ADManager"
|
Loading…
Reference in New Issue