super noob
#3
If you know the hash of your wallet.dat file, then you may reference it with hashcat's hash database [https://hashcat.net/wiki/doku.php?id=example_hashes], with a mask attack if you are running random lettering and numbers. Otherwise, create a wordlist containing all the words that you can think would be your password (or if using common phrases, use a wordlist from Github), and hash it that way, as even Mask attacks can take a while. Looking at the src code, these wallets should be encoded the same as bitcoin core wallets are. Try running hash type: 11300 for your crack. Refer to [https://hashcat.net/forum/thread-6973.html] to help you extract your wallet.dat's hash to use for your crack.

----------------------------------------------------------
Mask Attack: hashcat -a 3 -m 11300 -i --increment-min=1 --increment-max=10 hash.txt [Mask char set] -o cracked.txt --outfile-format=2

Wordlist/Dictionary/Straight/pls choose one word for this attack: hashcat -a 1 -m 11300 hash.txt wordlist.txt -o cracked.txt --outfile-format=2
----------------------------------------------------------


Messages In This Thread
super noob - by gawer33 - 06-24-2018, 05:12 AM
RE: super noob - by undeath - 06-24-2018, 10:17 AM
RE: super noob - by vigilantbag - 06-26-2018, 12:22 AM