nuclei-templates/http/misconfiguration/puppetdb-dashboard.yaml

34 lines
685 B
YAML
Raw Normal View History

2022-11-11 00:14:47 +00:00
id: puppetdb-dashboard
info:
name: PuppetDB Dashboard - Detect
2022-11-11 00:14:47 +00:00
author: DhiyaneshDk
severity: info
description: PuppetDB dashboard was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-11-11 00:14:47 +00:00
metadata:
verified: true
shodan-query: 'title:"PuppetDB: Dashboard"'
tags: misconfig,exposure,puppetdb
http:
2022-11-11 00:14:47 +00:00
- method: GET
path:
- "{{BaseURL}}/pdb/dashboard/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "PuppetDB: Dashboard"
- type: status
status:
- 200
# Enhanced by cs on 2023/03/10