nuclei-templates/http/misconfiguration/vernemq-status-page.yaml

32 lines
546 B
YAML
Raw Normal View History

2022-12-14 09:43:47 +00:00
id: vernemq-status-page
info:
name: VerneMQ Status Page
author: geeknik
severity: low
reference:
- https://github.com/vernemq/vernemq
2022-12-16 02:30:29 +00:00
tags: misconfig,vernemq,status
metadata:
max-request: 1
2022-12-14 09:43:47 +00:00
http:
2022-12-14 09:43:47 +00:00
- method: GET
path:
- '{{BaseURL}}/status'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-12-16 02:30:29 +00:00
- 'VerneMQ'
2022-12-14 09:43:47 +00:00
- 'Issues'
- 'Cluster Overview'
- 'Node Status'
condition: and
- type: status
status:
- 200