commit
07e43a8068
|
@ -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
|
Loading…
Reference in New Issue