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

29 lines
501 B
YAML
Raw Normal View History

2022-11-18 08:23:19 +00:00
id: collectd-exporter-metrics
info:
2022-11-24 08:39:41 +00:00
name: Collectd Exporter Metrics
2022-11-18 08:23:19 +00:00
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:
2022-11-24 08:39:41 +00:00
- "# HELP"
- "collectd_"
2022-11-18 08:23:19 +00:00
condition: and
- type: status
status:
- 200