Merge pull request #1409 from DhiyaneshGeek/master
Gogs install exposure,Gloo UI Unauthenticationpatch-1
commit
d1f62765f9
|
@ -0,0 +1,25 @@
|
|||
id: gogs-install-exposure
|
||||
|
||||
info:
|
||||
name: Gogs install exposure
|
||||
author: dhiyaneshDk
|
||||
severity: high
|
||||
tags: gogs,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/install'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "General Settings"
|
||||
- "Database Settings"
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,32 @@
|
|||
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
|
Loading…
Reference in New Issue