hashcat Forum
Sequence of Mask Attack? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Sequence of Mask Attack? (/thread-6177.html)



Sequence of Mask Attack? - miccee - 01-03-2017

Is there a way to stack a sequence of mask attacks? Something like...
Code:
hashcat64 -m 0 test.txt -a 3 ?d?d?d?d?d ?d?d?d?d?u ?d?d?d?d?d?l
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!


RE: Sequence of Mask Attack? - epixoip - 01-03-2017

Use an hcmask file


RE: Sequence of Mask Attack? - miccee - 01-03-2017

(01-03-2017, 01:17 AM)epixoip Wrote: Use an hcmask file

Perfect. Thanks!