37 lines
815 B
YAML
37 lines
815 B
YAML
id: gloo-unauth
|
|
|
|
info:
|
|
name: Unauthenticated Gloo UI
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
max-request: 1
|
|
tags: unauth,gloo
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/fed.rpc.solo.io.GlooInstanceApi/ListClusterDetails'
|
|
|
|
headers:
|
|
Content-type: "application/grpc-web+proto"
|
|
Referer: "{{BaseURL}}/admin/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "gke-remote"
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "application/grpc-web+proto"
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022038a63398e0213e8c14e3835e8719afa5d37310c49f3d229fd3f4ee36af7972c202201810220865a8a667e649b44d48815c274a522cd21e532e7c5122f176b65d5541:922c64590222798bb761d5b6d8e72950
|