Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iteratec/kcwarden
Keycloak Configuration Auditor
https://github.com/iteratec/kcwarden
blue-team keycloak oauth2 oidc red-team security-scanner
Last synced: 3 months ago
JSON representation
Keycloak Configuration Auditor
- Host: GitHub
- URL: https://github.com/iteratec/kcwarden
- Owner: iteratec
- License: apache-2.0
- Created: 2024-09-05T13:47:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:56:12.000Z (3 months ago)
- Last Synced: 2024-11-05T11:47:22.439Z (3 months ago)
- Topics: blue-team, keycloak, oauth2, oidc, red-team, security-scanner
- Language: Python
- Homepage: https://iteratec.github.io/kcwarden/
- Size: 469 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kcwarden - Keycloak Configuration Auditor
![Python](https://img.shields.io/pypi/pyversions/kcwarden.svg)
[![PyPI version](https://img.shields.io/pypi/v/kcwarden.svg)](https://pypi.python.org/pypi/kcwarden)
[![Mkdocs](https://img.shields.io/badge/doc-mkdocs-845ed7.svg)](https://iteratec.github.io/kcwarden)
[![GitHub discussions](https://img.shields.io/badge/discuss-online-845ef7)](https://github.com/iteratec/kcwarden/discussions)
[![Downloads](https://pepy.tech/badge/kcwarden)](https://pepy.tech/project/kcwarden)
[![GitHub stars](https://img.shields.io/github/stars/iteratec/kcwarden?style=flat)](https://github.com/iteratec/kcwarden/stargazers)[![last release status](https://github.com/iteratec/kcwarden/actions/workflows/publish.yaml/badge.svg)](https://github.com/iteratec/kcwarden/actions/workflows/publish.yaml)
**[kcwarden](https://iteratec.github.io/kcwarden/) checks your Keycloak configuration for common misconfigurations and security vulnerabilities.**
## 🚀 Getting started
Install it using Python:
```shell
pip install kcwarden
```For details and other methods, see our [documentation](https://iteratec.github.io/kcwarden/installation/).
## ▶️ Usage
Download your Keycloak's config:
```shell
kcwarden download --realm $REALM --user admin --output config.json $KEYCLOAK_BASE_URL
```and run the checks against it:
```shell
kcwarden audit config.json
```For more information, see the [documentation on the project website](https://iteratec.github.io/kcwarden/).
## Sponsors