Hi,
I want to crack a password of an old kepass file which I forgot.
I remember that the password conatins a word plus extra characters, but I don't know if I used uppercase or lowercase characters at special positions of that word.
Let's say the word is "amazon" but in any variation of lowercase and uppercase characters.
If all letters where lowercase, the mask:
$#@!-_%&+?d,amazon?1?d?d would fit my needs.
But what I need is something like that:
$#@!-_%&+?d,[Aa][Mm][Aa][Zz][Oo][Nn]?1?d?d
where hashcat is trying a A or a a at the first position, M or m at the second position, ect.
Is that possible ?
Oherwise I need to create masks for any possible combination of upercase and lowercase of "Amazon"
Thanks in advance
I want to crack a password of an old kepass file which I forgot.
I remember that the password conatins a word plus extra characters, but I don't know if I used uppercase or lowercase characters at special positions of that word.
Let's say the word is "amazon" but in any variation of lowercase and uppercase characters.
If all letters where lowercase, the mask:
$#@!-_%&+?d,amazon?1?d?d would fit my needs.
But what I need is something like that:
$#@!-_%&+?d,[Aa][Mm][Aa][Zz][Oo][Nn]?1?d?d
where hashcat is trying a A or a a at the first position, M or m at the second position, ect.
Is that possible ?
Oherwise I need to create masks for any possible combination of upercase and lowercase of "Amazon"
Thanks in advance