nuclei-templates/misconfiguration/haproxy-status.yaml

26 lines
461 B
YAML
Raw Normal View History

2021-02-24 06:35:05 +00:00
id: haproxy-status
info:
name: HA Proxy Statistics
author: dhiyaneshDK
2021-02-24 17:25:41 +00:00
severity: medium
reference:
- https://www.exploit-db.com/ghdb/4191
tags: logs,haproxy,edb
2021-02-24 06:35:05 +00:00
requests:
- 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