03-15-2020, 05:05 AM
I came across hashcat today and it seems like it is potentially a much better version of the code I have currently been writing on my own. My question is, when using a brute force attack, can I specify dimensions as specific as: 40 characters, 30 unique (13 upper, 12 lower, 5 numbers), with the last 10 characters being repeated. I don't know the order so I can't just ?d my way to it, but using ?a will take much longer than using the specifications I have narrowed it down to.
Is this something I am able to do with this program?
Is this something I am able to do with this program?