KeePass Database
Find Master Key
Find the hashed passsword of KeePass
keepass2john <Database.kdbx> > keepass.hash
Crack the hashed password
john --wordlist=<Word Lists> keepass.hash
To view the content of KeePass
keepash2 <Database.kdbx>
The above command will then prompt you for password, enter the cracked password to view it successfully
Last updated