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