32 lines
503 B
YAML
32 lines
503 B
YAML
|
id: lvm-exporter-metrics
|
||
|
|
||
|
info:
|
||
|
name: LVM Exporter Metrics
|
||
|
author: DhiyaneshDk
|
||
|
severity: low
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"LVM Exporter"
|
||
|
tags: lvm,exposure,debug
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/metrics"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "# HELP"
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "lvm_"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|