nuclei-templates/misconfiguration/collectd-exporter-metrics.yaml

29 lines
501 B
YAML

id: collectd-exporter-metrics
info:
name: Collectd Exporter Metrics
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Collectd Exporter"
tags: collectd,exposure,debug
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "# HELP"
- "collectd_"
condition: and
- type: status
status:
- 200