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

30 lines
512 B
YAML
Raw Normal View History

2022-11-18 05:50:03 +00:00
id: libvirt-exporter-metrics
info:
2022-11-24 07:59:04 +00:00
name: Libvirt Exporter Metrics
2022-11-18 05:50:03 +00:00
author: DhiyaneshDk
severity: low
metadata:
max-request: 1
2022-11-18 05:50:03 +00:00
verified: true
shodan-query: title:"Libvirt"
tags: libvirt,exposure,debug,misconfig
2022-11-18 05:50:03 +00:00
http:
2022-11-18 05:50:03 +00:00
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-24 07:59:04 +00:00
- "# HELP"
- "libvirt_"
2022-11-18 05:50:03 +00:00
condition: and
- type: status
status:
- 200