nuclei-templates/misconfiguration/installer/pmm-installer.yaml

32 lines
589 B
YAML

id: pmm-installer
info:
name: PMM Installation Wizard
author: pussycat0x
severity: high
metadata:
verified: true
shodan-query: http.title:"PMM Installation Wizard"
tags: misconfig,exposure,install,pmm
requests:
- method: GET
path:
- "{{BaseURL}}/password-page/ovf/account-credentials-ovf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "PMM Installation Wizard"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200