Skip to content
API & Endpoints1.1 KB

Keycloak IAM Paths (SecLists)

Keycloak identity and access management admin/realm endpoints for enumerating realms, clients, users, and role mappings.

View source
Size
1.1 KB
Category
API & Endpoints
Source
danielmiessler/SecLists
License
MIT
Recommended tools
ffufgobusterferoxbuster

Preview

First 15 entries. Download or copy the full list (1.1 KB) using the buttons above.

>head keycloak-iam.txt1.1 KB
/admin
/admin/realms/{realm-name}/
/admin/realms/{realm-name}/clients
/admin/realms/{realm-name}/users
/admin/realms/{realm-name}/groups
/admin/realms/{realm-name}/roles
/admin/realms/{realm-name}/users/{user-id}
/admin/realms/{realm-name}/clients/{client-id}
/admin/realms/{realm-name}/roles/{role-name}
/admin/realms/{realm-name}/roles/{role-name}/users
/admin/realms/{realm-name}/roles/{role-name}/clients
/admin/realms/{realm-name}/users/{user-id}/role-mappings
/admin/realms/{realm-name}/users/{user-id}/role-mappings/clients/{client-id}
/admin/realms/{realm-name}/clients/{client-id}/roles/{role-name}
/realms/{realm-name}/account

Keycloak identity and access management admin/realm endpoints for enumerating realms, clients, users, and role mappings.

This list is geared toward API endpoint and parameter discovery. It contains roughly 1.1 KB and pairs well with tools such as ffuf, gobuster, feroxbuster. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.