27 lines
487 B
YAML
27 lines
487 B
YAML
id: puppetdb-dashboard
|
|
|
|
info:
|
|
name: PuppetDB Dashboard Exposure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
shodan-query: 'title:"PuppetDB: Dashboard"'
|
|
tags: misconfig,exposure,puppetdb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pdb/dashboard/index.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "PuppetDB: Dashboard"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|