openwall / john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
https://www.openwall.com/john/
Other
10.39k stars 2.11k forks source link

blockchain2john doesnt work for 2013 wallet #4922

Open isieditors opened 2 years ago

isieditors commented 2 years ago

blockchain2john doesn't work for 2013 wallet I couldn't get the hash of 2013 blockchain wallet, how can I get its hash and crack it by hashcat?? I did the same for wallet 2019 and it gave the hash but not for 2013 wallet. please somebody help

solardiz commented 2 years ago

@isieditors Have you tried the --base64 option?

isieditors commented 2 years ago

no how to do it ? and can you tell me the full command plz

isieditors commented 2 years ago

i used like this, and gave this error

python blockchain2john.py --base64 wallet.aes.json My Wallet Version 2 or 3 seems to be used, adding --json option is required!

and when I use this command, it gives nothing but an empty line python blockchain2john.py --json wallet.aes.json

solardiz commented 2 years ago

@isieditors We don't really know what the issue is in your case, but you might want to take a look at #4872. Also, are you using the script as it currently is in this repo (not some older version coming from a JtR jumbo release)? What version of Python do you run it with?

isieditors commented 2 years ago

I just downloaded the script couple of days ago, and I am using python 3.8.5 I have used this script on several blockchain wallets and it worked fine. but in this 2013 wallet gives empty result

claudioandre-br commented 2 years ago

Maybe the 2john tool does not handle all existing files types. See also #4558.

Please try to create a demo "2013 wallet" file that you can share so a developer can try to debug the problem. It seems nobody can help you without it.

solardiz commented 2 years ago

@isieditors Can you generate a dummy test wallet of this format that you can reproduce the issue on, and share that with us? Thank you!