Create vmware-horizon-daas.yaml
parent
1fe08d94dc
commit
5af9797716
|
@ -0,0 +1,31 @@
|
|||
id: vmware-horizon-daas
|
||||
|
||||
info:
|
||||
name: Desktop Portal VMware Horizon DaaS Trade Platform
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-dork: title:"Desktop Portal | VMware® Horizon DaaS™ Platform"
|
||||
tags: panel,vmware
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/index.action'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Desktop Portal | VMware® Horizon DaaS™ Platform</title>'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'text/html'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue