Hi at All
I am trying to "find" the password of my old Metamask wallet with the help of Hashcat and the module 26600
I extracted the hash according to instructions:
('$metamask$' + j['salt'] + '$' + j['iv'] + '$' + j['data']).
It worked!
I enter the following cmd:
hashcat.exe -m 26600 metamask.hash metamask1.dict
I get the following message after startup.
"Error in hsa_operand section, at offset 526256:
Address offset exceeds variable size
LLVM ERROR:
Brig container validation has failed in BRIGAsmPrinter.cpp"
Does anyone know what it means?
Thank you
I am trying to "find" the password of my old Metamask wallet with the help of Hashcat and the module 26600
I extracted the hash according to instructions:
('$metamask$' + j['salt'] + '$' + j['iv'] + '$' + j['data']).
It worked!
I enter the following cmd:
hashcat.exe -m 26600 metamask.hash metamask1.dict
I get the following message after startup.
"Error in hsa_operand section, at offset 526256:
Address offset exceeds variable size
LLVM ERROR:
Brig container validation has failed in BRIGAsmPrinter.cpp"
Does anyone know what it means?
Thank you