01-03-2018, 04:00 AM
(01-02-2018, 11:59 PM)philsmd Wrote: Litecoin wallets (wallet.dat) use a very specific algorithm which hashcat covers with hash mode:
-m 11300 = Bitcoin/Litecoin wallet.dat
use bitcoin2john.py to extract the "hash" (remove all file names and the separating colons from the output, see: https://hashcat.net/wiki/example_hashes)
I'll go through the whole process in case anyone is confused. I used 7z2hashcat to get the hash for the 7zip file which is encrypted. I then used what I got from that in hashcat with 11600 and it output the same thing except at the end of the hash there was now :Anfug2 (changed the info for security if it matters at all). So it looked like $7z$0$19$0$........91:Anfug2. I run this with 11600 in hashcat and it gives salt exception error. So what is that thing it added and I forgot how I ended up with a SHA-256 hash.