36 lines
733 B
YAML
36 lines
733 B
YAML
id: unauth-cluster-trino
|
|
|
|
info:
|
|
name: Cluster Overview - Unauthenticated Dashboard Exposure
|
|
author: tess
|
|
severity: medium
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.title:"Cluster Overview - Trino"
|
|
tags: cluster,unauth,trino
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/ui/login"
|
|
headers:
|
|
Content-Type: application/x-www-form-urlencoded
|
|
body: |
|
|
username={{randstr}}&password=&redirectPath=
|
|
|
|
cookie-reuse: true
|
|
redirects: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Cluster Overview'
|
|
- 'Query Details'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|