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

33 lines
652 B
YAML

id: key-cloak-admin-panel
info:
name: Keycloak Admin Panel
author: incogbyte,righettod
severity: info
metadata:
verified: true
shodan-query: http.favicon.hash:-1105083093
tags: panel,keycloak
requests:
- method: GET
path:
- "{{BaseURL}}/auth/admin/master/console/"
- "{{BaseURL}}/auth/admin"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<a href=\"http://www.keycloak.org\">"
- "keycloak"
condition: or
- type: status
status:
- 200