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

32 lines
503 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
http:
2022-11-18 09:31:56 +00:00
- 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_"
2022-11-18 09:31:56 +00:00
- type: status
status:
- 200