Merge pull request #1813 from righettod/feature_add_keycloak_tpl

Add detection of KEYCLOAK
patch-1
Sandeep Singh 2021-06-30 23:43:45 +05:30 committed by GitHub
commit 07e43a8068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -2,17 +2,23 @@ id: key-cloak-admin-panel
info: info:
name: Keycloak Admin Panel name: Keycloak Admin Panel
author: incogbyte author: incogbyte,righettod
severity: low severity: info
tags: panel tags: panel
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/auth/admin/master/console/" - "{{BaseURL}}/auth/admin/master/console/"
- "{{BaseURL}}/auth/admin"
redirects: true
max-redirects: 2
matchers: matchers:
- type: word - type: word
words: words:
- "<a href=\"http://www.keycloak.org\">" - "<a href=\"http://www.keycloak.org\">"
- "keycloak"
part: body part: body
condition: or