30 lines
554 B
YAML
30 lines
554 B
YAML
id: blackbox-exporter-metrics
|
|
|
|
info:
|
|
name: Blackbox Exporter Metrics Exposed
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"Blackbox Exporter"
|
|
tags: blackbox,exposure,debug
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/metrics"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Blackbox exporter"
|
|
- "blackbox_exporter_build_info"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|