23 lines
469 B
YAML
23 lines
469 B
YAML
|
id: zoho-manageengine-adaudit
|
||
|
|
||
|
info:
|
||
|
name: ZOHO-ManageEngine-ADAudit
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22ManageEngine+-+ADManager+Plus%22
|
||
|
tags: panel
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>ManageEngine - ADManager Plus</title>'
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|