nuclei-templates/exposed-panels/key-cloak-admin-panel.yaml

24 lines
447 B
YAML
Raw Normal View History

2021-02-01 16:47:31 +00:00
id: key-cloak-admin-panel
info:
name: Keycloak Admin Panel
2021-06-30 15:28:43 +00:00
author: incogbyte,righettod
2021-06-30 15:27:56 +00:00
severity: info
2021-04-06 07:25:57 +00:00
tags: panel
2021-02-01 16:47:31 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/auth/admin/master/console/"
2021-06-30 15:27:56 +00:00
- "{{BaseURL}}/auth/admin"
2021-02-01 16:47:31 +00:00
2021-06-30 15:27:56 +00:00
redirects: true
max-redirects: 2
2021-02-01 16:47:31 +00:00
matchers:
2021-06-30 15:27:56 +00:00
2021-02-01 16:47:31 +00:00
- type: word
words:
- "<a href=\"http://www.keycloak.org\">"
2021-06-30 15:27:56 +00:00
- "keycloak"
2021-06-30 15:28:43 +00:00
part: body
condition: or