nuclei-templates/http/misconfiguration/installer/piwik-installer.yaml

35 lines
596 B
YAML

id: piwik-installer
info:
name: Piwik Installer Exposure
author: DhiyaneshDk
severity: low
metadata:
max-request: 1
verified: true
shodan-query: title:"Piwik › Installation"
tags: misconfig,piwik,install
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Piwik"
- "Installation status"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200