40 lines
965 B
YAML
40 lines
965 B
YAML
id: haproxy-exporter-metrics
|
|
|
|
info:
|
|
name: Detect Haproxy Exporter
|
|
author: pussycat0x
|
|
severity: low
|
|
description: Haproxy metrics is exposed.
|
|
classification:
|
|
cpe: cpe:2.3:a:haproxy:haproxy:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: haproxy
|
|
product: haproxy
|
|
shodan-query: title:"haproxy exporter"
|
|
tags: haproxy,exposure,debug,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/metrics"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "HELP haproxy_"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "haproxy_exporter"
|
|
- "haproxy_backend"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100861604f0d0331f7e946bc991ee112f615c1cbb12be5d32427bd123fc7c2f22b2022100989593e6df7f2f50de1924f26789bc2675c3601e20577ed4d10efdbfa0d9cd1d:922c64590222798bb761d5b6d8e72950 |