MultiBit Classic wallet
#1
I have a old multibit classic wallet, but forgot the password. i think i generated randomly back then. 

only have the multibit.wallet file, so i wondering is there any way to use hashcat agants the wallet file ?
i see support for .key file, however i dont have that sadly.

Have a setup of 8x1080 gtx

Thanks guys
Reply
#2
Have you tried https://github.com/koboi137/john/blob/bi...it2john.py to extract the hash?
Then hashcat modes 22500 MultiBit Classic .key (MD5) or 22700 MultiBit HD (scrypt)
Reply
#3
(01-05-2021, 10:37 AM)Mem5 Wrote: Have you tried https://github.com/koboi137/john/blob/bi...it2john.py to extract the hash?
Then hashcat modes 22500 MultiBit Classic .key (MD5) or 22700 MultiBit HD (scrypt)

thanks, i have tried it and giving me this:

test@ubuntu:~/Downloads/run$ python2 multibit2john.py multibit.wallet
[WARNING] Cracking .wallet files is a very slow process, try cracking the associated .key file instead!
multibit.wallet:$multibit$3*16384*8*1*5a1fb287949f1e1f*5e394a739c7e40e1cf04b54acd6aa2115850ea67fffceef25e31844717ed5f87

this is a test wallet. password is 123test

i think hashcat isn't support this algorithm $multibit$3* scrypt Classic (.wallet)

is there any workaround this ? 

22500 MultiBit Classic .key (MD5)
$multibit$1*e5912fe5c84af3d5*5f0391c219e8ef62c06505b1f6232858f5bcaa739c2b471d45dd0bd8345334de

22700 MultiBit HD (scrypt)
$multibit$2*2e311aa2cc5ec99f7073cacc8a2d1938*e3ad782e7f92d66a3cdfaec43a46be29*5d1cabd4f4a50ba125f88c47027fff9b
Reply
#4
According to multibit2john.py :
$1* = MultiBit Classic
$2* = MultiBit HD possibly
$3* = MultiBit Classic .wallet file

Have a try to crack your $3 with mode 22700 ? If it does not work, use john.
Reply
#5
(01-07-2021, 03:13 PM)Mem5 Wrote: According to multibit2john.py :
$1* =  MultiBit Classic
$2* =  MultiBit HD possibly
$3* =  MultiBit Classic .wallet file

Have a try to crack your $3 with mode 22700 ? If it does not work, use john.


hi, yes i have tried. as you can see the 22700 format only takes $2*
currently there is no support in hashcat for $3* 



Is there any plan on dev side to make that module? (if any developer would be kind to answer his question)
I have 9x gtx1080 and would really benefit if that is available.

whit the recent bitcoin price increase i could see this would be a benefit for others as well who locked there wallet back in the days with "small amount in it"
Reply
#6
You can only use jtr for this
Reply
#7
(02-13-2021, 01:43 AM)keychainx Wrote: You can only use jtr for this

do you know any service that i can rent for this ?
Reply