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