Specific file-types
KDBX
keepass2john database.kdbx > hash.txtRemove name of database from beginning of file, for example Database:
Now brute
hashcat -m 13400 hash.txt /usr/share/wordlists/rockyou.txt --forceFor Keepass 4, use:
Protected Office Files
In this example, a protected .xlsx file
(remove filename prefix from logins_hash.txt)
Autodetect, in this case -> 9600 | MS Office 2013 | Document
Last updated