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

29 lines
539 B
YAML
Raw Normal View History

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