βοΈCrackable Software
KeePass
Transform the kdbx file
keepass2john database.kdbx > keepass.hashRemove the header
Crack it
Using hashcat
hashcat --help | grep -i "KeePass"hashcat -m 13400 keepass.hash /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/rockyou-30000.rule --forceUsing john
SSH Private Key
Transform the private key file
Remove the header
Crack it
Using hashcat
Using john
Last updated