Locked out of Keepass 1.x
#3
if you do not know how to escape special characters within your command, you should just use a hash file.
Code:
hashcat64.exe -m 13400 -a 3 hash_file.txt ?l?l?l?l?l?l?l

of course the file "hash_file.txt" must contain the full hash.

I'm also not sure why you use the linux-style way to execute commands e.g. "./hashcat64.exe" instead of just hashcat64.exe. You do not need to use mingw/mysys etc on windows, hashcat just works in the native cmd.exe. You also do not need powershell if that is what your are using there.


Messages In This Thread
Locked out of Keepass 1.x - by AConcernedLad - 08-08-2017, 04:48 AM
RE: Locked out of Keepass 1.x - by AConcernedLad - 08-08-2017, 05:02 AM
RE: Locked out of Keepass 1.x - by philsmd - 08-08-2017, 07:09 AM
RE: Locked out of Keepass 1.x - by AConcernedLad - 08-08-2017, 12:46 PM
RE: Locked out of Keepass 1.x - by philsmd - 08-08-2017, 01:55 PM
RE: Locked out of Keepass 1.x - by AConcernedLad - 08-08-2017, 02:30 PM
RE: Locked out of Keepass 1.x - by dantux - 02-08-2018, 04:41 PM