id: vmware-cloud-xss
info:
name: VMWare Cloud - Cross Site Scripting
author: tess
severity: medium
metadata:
max-request: 1
verified: true
shodan-query: title:"Vmware Cloud"
tags: vmware,xss,cloud
http:
- method: GET
path:
- '{{BaseURL}}/login/?redirectTo=/tenant/e&service='
matchers-condition: and
matchers:
- type: word
part: body
words:
- ''
- 'let tokens = "'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200