Help please.. PW Components known...
#1
Dear All, 

I have a problem and maybe someone can help. I lost the key to my Etherum wallet. I am pretty sure I know all the components of my password. I just don´t know the right order or if I doubled some parts. I put every component in a pass.txt file and I am am pretty sure my hashcode file is correct. I tried

hashcat.exe -m 15700 -a 3 hashcode.txt pass.txt

It just doesn´t work. I really read through mask attacks and dictionary attacs, but my skills are limited and I don´t get it.

Can someone please help?

Thanks so much in advance.

Duffy
Reply
#2
i send PW
Reply
#3
(05-14-2021, 02:21 PM)Dr.Duffy Wrote: Dear All, 

I have a problem and maybe someone can help. I lost the key to my Etherum wallet. I am pretty sure I know all the components of my password. I just don´t know the right order or if I doubled some parts. I put every component in a pass.txt file and I am am pretty sure my hashcode file is correct. I tried

hashcat.exe -m 15700 -a 3 hashcode.txt pass.txt

It just doesn´t work. I really read through mask attacks and dictionary attacs, but my skills are limited and I don´t get it.

Can someone please help?

Thanks so much in advance.

Duffy

Have a look at comboleetor.pl.  It might help you.  It's designed to have you put in the snippets of text or numbers that you know and it will print out all combinations.  Includes features for serial capitalization and leetspeak.

https://www.jimby.name/techbits/recent/comboleetor/

There's a preso about it here: 

https://www.jimby.name/techbits/recent/c...tation.pdf

HTH
Reply
#4
I'm wondering if we should automatically switch this mode to CPU. Most people don't know that they should use -D1 for -m 15700 especially for the new users.
Reply