Need help with cracking a blockchain wallet version 2
#8
you should try the example hash with a dictionary attack where the word list contains the password

Code:
hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.txt hash.txt dict.txt

hash.txt is a text file that contains the hash

dict.txt is a text file which contains passwords (one password per line), one of these passwords/lines must be
Code:
hashcat

to make sure everything is cracking
Reply


Messages In This Thread
RE: Need help with cracking a blockchain wallet version 2 - by philsmd - 06-11-2020, 09:28 PM