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

33 lines
604 B
YAML
Raw Normal View History

2023-01-09 12:45:28 +00:00
id: pmm-installer
info:
name: PMM Installation Wizard
author: pussycat0x
severity: high
metadata:
max-request: 1
2023-01-09 12:45:28 +00:00
verified: true
shodan-query: http.title:"PMM Installation Wizard"
tags: misconfig,exposure,install,pmm
http:
2023-01-09 12:45:28 +00:00
- method: GET
path:
- "{{BaseURL}}/password-page/ovf/account-credentials-ovf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "PMM Installation Wizard"
2023-01-12 09:21:19 +00:00
2023-01-09 12:45:28 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
2023-01-12 09:21:19 +00:00
- 200