Add detection of KEYCLOAK

See https://www.keycloak.org/
patch-1
Dominique RIGHETTO 2021-06-28 19:43:39 +02:00 committed by GitHub
parent 08e4fbd96a
commit f959b69a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
keycloak-panel.yaml Normal file
View File

@ -0,0 +1,24 @@
id: keycloak-panel
info:
name: Keycloak Instance Detection Template
author: righettod
severity: info
description: Try to detect the presence of a Keycloak instance via the login panel
tags: panel,keycloak
requests:
- method: GET
path:
- "{{BaseURL}}/auth/admin"
redirects: true
matchers-condition: and
matchers:
- type: word
words:
- "keycloak"
- type: status
status:
- 200