Retrieving password with known segments
#1
Hello, 

I have forgotten my wallet password,  I managed to get my keystore file, and derived from it the hashcode, i prepared a wordlist, but i got nothing out of it!

Here's the command I used : 
.\hashcat.exe -m 15700 --force -D2 hashcode.txt pass.txt -w3 -r rules\dive.rule

The thing is, I might know segments of the password, but I don't know how to add them using regular expressions, or mask attack,

For example , I know my password contains 2 of the following terms : "Azerty",  "Qsdfgh" , "Wxcvb", "Yuiop",  "2021", in addition to some characters / numbers between these terms and in the end of the pass.
Something like this : 
AzertyxxQsdfghxxxx   / WxcvbxxxxQsdfghxxxx /  Azertyxx2021xx
(x's are unknown combinations Sad )

Can any one help me write the correct Maskfile for this combination?
Reply


Messages In This Thread
Retrieving password with known segments - by Ares - 04-12-2021, 07:04 PM