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

30 lines
512 B
YAML

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