01-03-2017, 12:55 AM
Is there a way to stack a sequence of mask attacks? Something like... where it will run one mask after another? I understand that this specific mask I could've easily done ?d?d?d?d?a or ?d?d?d?d?1 -1=?u?d?l, but I'm just thinking if the hash is longer and I know there is only 1 ?s in the hash (without knowing its position), might be more time efficient to run a stacked mask attack.
Thanks!
Code:
hashcat64 -m 0 test.txt -a 3 ?d?d?d?d?d ?d?d?d?d?u ?d?d?d?d?d?l
Thanks!