run hashcat like this:
where hash.txt contains the output of keepass2john (without filenames and without the leading colon ":") and dict.txt contains the password candidates
your command is completely wrong !
The error "Hashfile 'hashcat64.exe' on line 1" means that you specified a binary/executable as a hash file. that makes absolutely no sense. Please fix your command line.
Code:
hashcat64.exe -m 13400 -a 0 hash.txt dict.txt
where hash.txt contains the output of keepass2john (without filenames and without the leading colon ":") and dict.txt contains the password candidates
your command is completely wrong !
The error "Hashfile 'hashcat64.exe' on line 1" means that you specified a binary/executable as a hash file. that makes absolutely no sense. Please fix your command line.