34 lines
739 B
YAML
34 lines
739 B
YAML
id: vernemq-status-page
|
|
|
|
info:
|
|
name: VerneMQ Status Page
|
|
author: geeknik
|
|
severity: low
|
|
reference:
|
|
- https://github.com/vernemq/vernemq
|
|
metadata:
|
|
max-request: 1
|
|
tags: misconfig,vernemq,status
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/status'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'VerneMQ'
|
|
- 'Issues'
|
|
- 'Cluster Overview'
|
|
- 'Node Status'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a004630440220150b16aa863f5cdd41717a2b5f2f22ed5347c2966531a268422b5409ce98a3770220678cf95b55ca1ab947231aa609a5c49686ed3acf8bafba61399899d237b45163:922c64590222798bb761d5b6d8e72950
|