24 lines
376 B
YAML
24 lines
376 B
YAML
id: exsi-system
|
|
|
|
info:
|
|
name: ESXi System
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
tags: panel
|
|
metadata:
|
|
shodan-query: 'html:"esxUiApp"'
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/ui/#/login'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'ng-app="esxUiApp"'
|
|
- type: status
|
|
status:
|
|
- 200
|