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

30 lines
516 B
YAML

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