Create vernemq-status-page.yaml

patch-1
Dhiyaneshwaran 2022-12-14 15:13:47 +05:30 committed by GitHub
parent 2a44b0c721
commit 762e24b7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: vernemq-status-page
info:
name: VerneMQ Status Page
author: geeknik
severity: low
reference:
- https://github.com/vernemq/vernemq
tags: vernemq,misconfig,status
requests:
- method: GET
path:
- '{{BaseURL}}/status'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'VerneMQ Status'
- 'Issues'
- 'Cluster Overview'
- 'Node Status'
condition: and
- type: status
status:
- 200