nuclei-templates/http/misconfiguration/cluster-panel.yaml

35 lines
716 B
YAML
Raw Normal View History

2023-04-03 03:39:25 +00:00
id: unauth-cluster-trino
2023-04-01 02:23:17 +00:00
info:
2023-04-03 03:39:25 +00:00
name: Cluster Overview - Unauthenticated Dashboard Exposure
2023-04-01 02:23:17 +00:00
author: tess
severity: medium
metadata:
2023-04-03 03:39:25 +00:00
verified: "true"
2023-04-01 02:23:17 +00:00
shodan-query: http.title:"Cluster Overview - Trino"
2023-04-03 03:39:25 +00:00
tags: cluster,unauth,trino
2023-04-01 02:23:17 +00:00
http:
2023-04-03 03:39:25 +00:00
- method: POST
2023-04-01 02:23:17 +00:00
path:
2023-04-03 03:39:25 +00:00
- "{{BaseURL}}/ui/login"
headers:
Content-Type: application/x-www-form-urlencoded
body: |
username={{randstr}}&password=&redirectPath=
cookie-reuse: true
redirects: true
2023-04-01 02:23:17 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Cluster Overview'
2023-04-01 02:27:15 +00:00
- 'Query Details'
2023-04-01 02:30:20 +00:00
condition: and
2023-04-03 03:39:25 +00:00
2023-04-01 02:23:17 +00:00
- type: status
status:
- 200