Create exsi-system.yaml
parent
4b05583b9e
commit
7cbafb05a4
|
@ -0,0 +1,23 @@
|
|||
id: exsi-system
|
||||
|
||||
info:
|
||||
name: ESXi System
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
tags: panel
|
||||
metadata:
|
||||
shodan: 'html:"esxUiApp"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/ui/#/login'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'ng-app="esxUiApp"'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue