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

28 lines
446 B
YAML
Raw Normal View History

id: keycloak-json
info:
2023-02-11 05:00:13 +00:00
name: Keycloak JSON File
author: oppsec
severity: info
2022-10-13 10:12:07 +00:00
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