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

34 lines
552 B
YAML
Raw Normal View History

2022-11-18 09:31:56 +00:00
id: lvm-exporter-metrics
info:
2022-11-24 08:48:25 +00:00
name: LVM Exporter Metrics
2022-11-18 09:31:56 +00:00
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"LVM Exporter"
tags: lvm,exposure,debug
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-24 08:48:25 +00:00
- "# HELP"
2022-11-18 09:31:56 +00:00
- type: word
part: body
words:
2022-11-24 08:48:25 +00:00
- "lvm_"
- "promhttp"
2022-11-18 09:31:56 +00:00
condition: or
- type: status
status:
- 200