Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: recover multiple wallet ??
by
keychainX
on 16/08/2019, 19:55:35 UTC
⭐ Merited by aundroid (1)
hello is there a code to be able to crack several wallet.dat files

ex: wallet.dat ====> pass1 ====> no found
      wallet2.dat ====> pass1 ====> no found ect..........

yes, you could use Hashcat for this.(i have done this with 20+ wallet.dat files)

First you need john the ripper to extract the hash value from each wallet, put all hashes in one file.( the python tool is bitcoin2john.py)

then use hashcat and specify the hash file as the hash

note, this only works with same versions of wallets, i.e. if you use 11300 it should apply to all hashes

you can dowbload jtr here  https://github.com/magnumripper/JohnTheRipper

you can download hashcat here  https://github.com/hashcat/hashcat

good luck!

ps. i would also recommend to use hashcat brain to store all tried attacks to avoid doubles
/KX