2022-11-18 08:12:08 +00:00
|
|
|
id: haproxy-exporter-metrics
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Haproxy Exporter
|
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-11-18 08:12:08 +00:00
|
|
|
shodan-query: title:"haproxy exporter"
|
2023-06-30 22:40:59 +00:00
|
|
|
tags: haproxy,exposure,debug,misconfig
|
2022-11-18 08:12:08 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-18 08:12:08 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/metrics"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-11-18 08:51:09 +00:00
|
|
|
- "HELP haproxy_"
|
2022-11-18 08:12:08 +00:00
|
|
|
|
2022-11-18 08:35:50 +00:00
|
|
|
- type: word
|
2022-11-18 08:51:09 +00:00
|
|
|
part: body
|
2022-11-18 08:35:50 +00:00
|
|
|
words:
|
2022-11-18 08:51:09 +00:00
|
|
|
- "haproxy_exporter"
|
|
|
|
- "haproxy_backend"
|
|
|
|
condition: or
|
2022-11-18 08:35:50 +00:00
|
|
|
|
2022-11-18 08:12:08 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2022-11-18 08:35:50 +00:00
|
|
|
- 200
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a0047304502202ed3c195f3cdddeb12a5d45b8eb7bc8539b24a2036ac085a96a9004e8b3aad90022100f35a995d6e1b3cb7eb5f2d3577fba27570175d21650587de0ef5a10a0af7df7a:922c64590222798bb761d5b6d8e72950
|