23 lines
477 B
YAML
23 lines
477 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
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>ManageEngine ServiceDesk Plus</title>'
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|