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).
- Host: GitHub
- URL: https://github.com/d4t4s3c/kdbxcrack
- Owner: d4t4s3c
- License: gpl-3.0
- Created: 2025-10-03T08:50:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T18:57:50.000Z (7 months ago)
- Last Synced: 2025-10-03T20:38:30.409Z (7 months ago)
- Topics: brute-force, brute-force-tool, bruteforce, kdbx, kdbx-database, kdbx-files, kdbx4, keepass, keepass-database, keepassx, keepassxc
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 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!`**

### 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)