Black Hat Go
What's Cracking? Oh, must be your KeePass password!
·815 words·4 mins
Red Team
Security
Black Hat Go
Recently, I found myself stumbling upon a
Read more.kdbx
(KeePass Database) file as part of a backup in a CTF and needed to crack the password to gain access to the secrets contained and consequently elevate my privileges. Problem was, that I couldn’t get the hash in the right format for cracking it with john
: unsupported database file version (4)
. So, I built keepass-rush
to do so myself.