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

28 lines
506 B
YAML
Raw Normal View History

2022-11-18 10:20:42 +00:00
id: blackbox-exporter-metrics
info:
name: Detect Blackbox Exporter
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Blackbox Exporter"
tags: blackbox,exposure,debug
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: or
matchers:
- type: word
part: body
words:
- "Blackbox exporter"
- "blackbox_exporter_build_info"
- type: status
status:
- 200