25 lines
461 B
YAML
25 lines
461 B
YAML
id: hp-virtual-connect-manager
|
|
|
|
info:
|
|
name: HP Virtual Connect Manager
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"HP Virtual Connect Manager"
|
|
tags: panel,hp
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/html/index.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "<title>HP Virtual Connect Manager</title>"
|