nuclei-templates/misconfiguration/manage-engine-ad-search.yaml

24 lines
534 B
YAML
Raw Normal View History

2020-10-17 16:47:14 +00:00
id: manage-engine-ad-search
info:
name: Manage Engine AD Search
author: PR3R00T
2020-10-17 18:13:00 +00:00
severity: high
2020-10-17 16:56:53 +00:00
description: Manage Engine AD Manager service can be configured to allow anonymous users to browse the AD list remotely.
2021-03-12 08:57:14 +00:00
tags: unauth
2020-10-17 16:47:14 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/ADSearch.cc?methodToCall=search"
2020-10-17 18:13:00 +00:00
2020-10-17 16:47:14 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "ManageEngine"
- "ADManager"
2020-10-17 18:13:00 +00:00
condition: and