Syntax Help
#2
You do not need the wallet.dat file directly for cracking (after you already extracted the information with bitcoin2john.py), you only need the file hash.txt for cracking (it already contains the "hash" information that it extracted from the wallet file).

Therefore the syntax is:

Code:
hashcat -m 11300 -a 0 -w 3 hash.txt wordlist.txt

where the file wordlist.txt contains the password candidates that you want to try, one word per line


Messages In This Thread
Syntax Help - by sv187 - 12-02-2017, 02:11 AM
RE: Syntax Help - by philsmd - 12-02-2017, 09:01 AM
RE: Syntax Help - by sv187 - 12-03-2017, 03:59 AM
RE: Syntax Help - by undeath - 12-03-2017, 01:47 PM