nuclei-templates/http/exposed-panels/matomo-panel.yaml

46 lines
1.1 KiB
YAML
Raw Normal View History

2024-05-13 05:49:51 +00:00
id: matomo-panel
info:
name: Matomo Panel - Detect
2024-05-13 07:19:55 +00:00
author: Arr0way,userdehghani
2024-05-13 05:49:51 +00:00
severity: info
description: |
google analytics alternative that protects your data and your customers privacy.
reference:
- https://matomo.org/
- https://matomo.org/faq/on-premise/installing-matomo/#getting-started
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:matomo:matomo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
product: matomo
vendor: matomo
shodan-query: http.favicon.hash:-2023266783
tags: panel,matomo,login,detect
http:
- method: GET
path:
2024-05-13 07:19:55 +00:00
- "{{BaseURL}}"
2024-05-13 05:49:51 +00:00
- "{{BaseURL}}/index.php"
- "{{BaseURL}}/plugins/CoreHome/images/favicon.png"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word
part: body
words:
- 'Sign in - Matomo'
- 'content="Matomo'
- 'title="Matomo'
condition: or
case-insensitive: true
- type: dsl
dsl:
2024-05-13 07:19:55 +00:00
- "status_code==200 && (\"-2023266783\" == mmh3(base64_py(body)))"