nuclei-templates/misconfiguration/haproxy-exporter-metrics.yaml

34 lines
592 B
YAML
Raw Normal View History

2022-11-18 08:12:08 +00:00
id: haproxy-exporter-metrics
info:
name: Detect Haproxy Exporter
author: pussycat0x
severity: low
metadata:
verified: true
shodan-query: title:"haproxy exporter"
tags: haproxy,exposure,debug
requests:
- 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