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
|