nuclei-templates/exposed-panels/exsi-system.yaml

24 lines
381 B
YAML

id: exsi-system
info:
name: ESXi System
author: dhiyaneshDK
severity: info
tags: panel,esxi
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