33 lines
691 B
YAML
33 lines
691 B
YAML
id: gloo-unauth
|
|
|
|
info:
|
|
name: Unauthenticated Gloo UI
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
tags: unauth,gloo
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/fed.rpc.solo.io.GlooInstanceApi/ListClusterDetails'
|
|
headers:
|
|
User-Agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55"
|
|
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
|