-
The hash of a master password of a Keepass kdbx file can be extracted with keepass2john Database.kdbx > keepass.hash Then, crack it: /opt/hashcat/hashcat keepass.hash /opt/password_lists/rockyou.txt -m 13400 -r /opt/hashcat/rules/rockyou-30000.rule (!) If there is an error regarding salt, check if you have the username like “user:” at the beginning of the file. Remove it.