33 lines
676 B
YAML
33 lines
676 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
|
||
|
tags: logs,haproxy,edb
|
||
|
|
||
|
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
|
||
|
|
||
|
# Enhanced by md on 2023/03/10
|