24 lines
415 B
YAML
24 lines
415 B
YAML
id: haproxy-status
|
|
|
|
info:
|
|
name: HA Proxy Statistics
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
reference: https://www.exploit-db.com/ghdb/4191
|
|
tags: logs,haproxy
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/haproxy-status"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Statistics Report for HAProxy'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|