Create vmware-horizon.yaml
parent
15983ac452
commit
534e817e03
|
@ -0,0 +1,21 @@
|
|||
id: vmware-horizon
|
||||
|
||||
info:
|
||||
name: VMware Horizon Login
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/6496
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/portal/webclient/index.html'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>VMware Horizon</title>'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue