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

30 lines
526 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:
max-request: 1
2022-11-18 08:23:19 +00:00
verified: true
shodan-query: title:"Collectd Exporter"
tags: collectd,exposure,debug,misconfig
2022-11-18 08:23:19 +00:00
http:
2022-11-18 08:23:19 +00:00
- 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