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

29 lines
487 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:
verified: true
shodan-query: title:"Libvirt"
tags: libvirt,exposure,debug
requests:
- 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