Shrinking mask attacks
#1
Hello! I've got a password I'm trying to crack in a reasonable amount of time, however it's quite long. There are a few rules for the password I could use a hand with setting up right. Here's what I have so far:


Code:
hashcat -m 10 -a 3 -1 ?l?u?d?s --increment --increment-min=10 -o C:\Hashcat\One\cracked.txt C:\Hashcat\One\hash.txt ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
^ with a salt 30 digits long if it matters
However I would like to be able to limit it so that It must contain at least one number and
it cannot contain the same symbol (letter or number or special) more that twice in a row (no aaa or 222.)

Also, it seems like even with these restrictions it will likely be a very long comp. time, any suggestions?


Messages In This Thread
Shrinking mask attacks - by Bananaman - 02-02-2016, 07:22 AM
RE: Shrinking mask attacks - by rico - 02-02-2016, 03:24 PM
RE: Shrinking mask attacks - by epixoip - 02-02-2016, 11:44 PM
RE: Shrinking mask attacks - by jodler303 - 02-02-2016, 09:06 PM