KeePass Database
To find the master key
keepass2john <database.kdbx> > keepass.hash
john --wordlist=<wordlist> database.hash
To view it
keepass2 database.kdbx
> Apply the passcode from the previous section to view
Last updated