10-13-2023, 03:25 AM
Hello,
I have not been able to find any information to solve my mask idea.
I'm cracking a keepass hash. Doing 8 character mask is taking days so I'm trying to keep the charset small. I have a few symbols that I tend to favor in my passwords, such as !#$* So I defined a charset.hcchr file with
?l?u?d!#$*
hashcat --custom-charset1=charset.hcchr -a 3 --increment -m 13400 -o cracked_output.txt --outfile-format 2 keepass.hash ?1?1?1?1?1?1?1?1?1?1
If this fails I want to expand the special characters to include %&(). How do I re-run the mask, but eliminate candidates without the new symbols?
I have not been able to find any information to solve my mask idea.
I'm cracking a keepass hash. Doing 8 character mask is taking days so I'm trying to keep the charset small. I have a few symbols that I tend to favor in my passwords, such as !#$* So I defined a charset.hcchr file with
?l?u?d!#$*
hashcat --custom-charset1=charset.hcchr -a 3 --increment -m 13400 -o cracked_output.txt --outfile-format 2 keepass.hash ?1?1?1?1?1?1?1?1?1?1
If this fails I want to expand the special characters to include %&(). How do I re-run the mask, but eliminate candidates without the new symbols?