commit
1b009b3840
|
@ -0,0 +1,23 @@
|
|||
id: keycloak-json
|
||||
info:
|
||||
name: Keycloak Json File
|
||||
author: oppsec
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/keycloak.json"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- realm
|
||||
- resource
|
||||
- auth-server-url
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue