https://github.com/darkk/keebrute
Tool to brute-force password of Keepass KDB database
https://github.com/darkk/keebrute
Last synced: 9 months ago
JSON representation
Tool to brute-force password of Keepass KDB database
- Host: GitHub
- URL: https://github.com/darkk/keebrute
- Owner: darkk
- Created: 2012-12-08T19:33:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-06T10:54:17.000Z (about 13 years ago)
- Last Synced: 2025-09-06T09:44:37.144Z (9 months ago)
- Language: C
- Size: 125 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Brute-force application to tests passwords for KeePass kdb files, kdbx are not
supported. Only AES-encrypted files are supported at the moment. Key-files are
not supported, but support for key-files is trivial to add.
The logic is deducted from file ``src/format/KeePass1Reader.cpp``
(KeepassX-2.0-alpha source code), so it inherits the license: GNU GPLv2 / GPLv3