35 lines
617 B
YAML
35 lines
617 B
YAML
id: haproxy-exporter-metrics
|
|
|
|
info:
|
|
name: Detect Haproxy Exporter
|
|
author: pussycat0x
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
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
|