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

33 lines
676 B
YAML
Raw Normal View History

2021-02-24 06:35:05 +00:00
id: haproxy-status
info:
name: HAProxy Statistics Page - Detect
2021-02-24 06:35:05 +00:00
author: dhiyaneshDK
2021-02-24 17:25:41 +00:00
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
2021-02-24 06:35:05 +00:00
http:
2021-02-24 06:35:05 +00:00
- method: GET
path:
- "{{BaseURL}}/haproxy-status"
2022-05-19 19:41:36 +00:00
- "{{BaseURL}}/haproxy?stats"
2021-02-24 06:35:05 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'Statistics Report for HAProxy'
- type: status
status:
- 200
# Enhanced by md on 2023/03/10