nuclei-templates/http/exposures/files/keycloak-json.yaml

28 lines
446 B
YAML

id: keycloak-json
info:
name: Keycloak JSON File
author: oppsec
severity: info
tags: exposure,keycloak,config,files
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/keycloak.json"
matchers-condition: and
matchers:
- type: word
words:
- realm
- resource
- auth-server-url
condition: and
- type: status
status:
- 200