nuclei-templates/http/misconfiguration/haproxy-status.yaml

33 lines
685 B
YAML

id: haproxy-status
info:
name: HAProxy Statistics Page - Detect
author: dhiyaneshDK
severity: medium
description: HAProxy statistics page was detected.
reference:
- https://www.exploit-db.com/ghdb/4191
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 2
tags: logs,haproxy,edb,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/haproxy-status"
- "{{BaseURL}}/haproxy?stats"
matchers-condition: and
matchers:
- type: word
words:
- 'Statistics Report for HAProxy'
- type: status
status:
- 200