An open API service indexing awesome lists of open source software.

https://github.com/d4t4s3c/kdbxcrack

Get the master password from a KeePass database file (KDBX v4.x).
https://github.com/d4t4s3c/kdbxcrack

brute-force brute-force-tool bruteforce kdbx kdbx-database kdbx-files kdbx4 keepass keepass-database keepassx keepassxc

Last synced: 6 months ago
JSON representation

Get the master password from a KeePass database file (KDBX v4.x).

Awesome Lists containing this project

README

          

### KDBXcrack

![GitHub stars](https://img.shields.io/github/stars/d4t4s3c/KDBXcrack?logoColor=yellow) ![GitHub forks](https://img.shields.io/github/forks/d4t4s3c/KDBXcrack?logoColor=purple) ![GitHub watchers](https://img.shields.io/github/watchers/d4t4s3c/KDBXcrack?logoColor=green)
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/d4t4s3c/KDBXcrack) ![GitHub contributors](https://img.shields.io/github/contributors/d4t4s3c/KDBXcrack)

### Overview

This tool is ideal if you are unable to crack a master password from a [KeePass](https://keepass.info/) database due to incompatibility with version 4.x with [keepass2john](https://github.com/openwall/john/blob/bleeding-jumbo/src/keepass2john.c) and it displays the following error:

> [!WARNING]
>**`! database.kdbx : File version '40000' is currently not supported!`**

![](screenshot.png)

### Download

```sh
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/KDBXcrack/refs/heads/main/KDBXcrack" && chmod +x KDBXcrack
```

### Usage

```cmd
KDBXcrack -f -w
```

### Dependencies

- [keepassxc-cli](https://man.archlinux.org/man/keepassxc-cli.1.en)