How to efficiently expand charset?
#1
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?
Reply


Messages In This Thread
How to efficiently expand charset? - by ldaberko - 10-13-2023, 03:25 AM
RE: How to efficiently expand charset? - by royce - 10-15-2023, 10:01 PM
RE: How to efficiently expand charset? - by royce - 11-02-2023, 06:43 PM