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

25 lines
396 B
YAML
Raw Normal View History

id: keycloak-json
info:
name: Keycloak Json File
author: oppsec
severity: info
2021-05-29 09:32:33 +00:00
tags: exposure
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