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

24 lines
381 B
YAML
Raw Normal View History

2021-10-20 16:44:04 +00:00
id: exsi-system
info:
name: ESXi System
author: dhiyaneshDK
severity: info
2022-01-03 16:06:23 +00:00
tags: panel,esxi
2021-10-20 16:44:04 +00:00
metadata:
2021-10-22 17:52:36 +00:00
shodan-query: 'html:"esxUiApp"'
2021-10-20 16:44:04 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/ui/#/login'
matchers-condition: and
matchers:
- type: word
words:
- 'ng-app="esxUiApp"'
- type: status
status:
- 200