35 lines
716 B
YAML
35 lines
716 B
YAML
|
id: unauth-cluster-trino
|
||
|
|
||
|
info:
|
||
|
name: Cluster Overview - Unauthenticated Dashboard Exposure
|
||
|
author: tess
|
||
|
severity: medium
|
||
|
metadata:
|
||
|
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
|