nuclei-templates/exposed-panels/matomo-login-portal.yaml

25 lines
456 B
YAML

id: matomo-login-portal
info:
name: Matomo Login Portal
author: Arr0way
severity: info
description: Matomo provides website analytics
tags: panel,matomo
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/matomo"
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- "Sign in"
- "Matomo"
condition: and