29 lines
604 B
YAML
29 lines
604 B
YAML
id: manageengine-network-config
|
|
|
|
info:
|
|
name: Zoho Manage Engine Network Configuration Manager
|
|
author: righettod
|
|
severity: info
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: http.title:"Network Configuration Manager"
|
|
tags: panel,zoho,manageengine
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/apiclient/ember/Login.jsp'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Network Configuration Manager'
|
|
- 'https://www.manageengine.com'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|