37 lines
812 B
YAML
37 lines
812 B
YAML
id: haproxy-exporter-metrics
|
|
|
|
info:
|
|
name: Detect Haproxy Exporter
|
|
author: pussycat0x
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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: 4a0a0047304502202ed3c195f3cdddeb12a5d45b8eb7bc8539b24a2036ac085a96a9004e8b3aad90022100f35a995d6e1b3cb7eb5f2d3577fba27570175d21650587de0ef5a10a0af7df7a:922c64590222798bb761d5b6d8e72950
|