Skip to content

epichoxha/keepass4brute-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

KDBX 4.x format (Keepass >=2.36) is not supported by keepass2john yet, so there is no known way to extract the hash and crack it. Developed while playing Mythical Prolab from HTB

Usage

./keepass4brute-rs <DATABASE.kdbx> <WORDLIST.txt>

Examples

# Basic attack with default settings (uses all CPU cores)
./keepass4brute-rs database.kdbx rockyou.txt

# Specify number of threads
./keepass4brute-rs database.kdbx rockyou.txt --threads 8

About

Bruteforce Keepass databases (KDBX 4.x format)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages