hashcat Forum

Full Version: Sequence of Mask Attack?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
Use an hcmask file
(01-03-2017, 01:17 AM)epixoip Wrote: [ -> ]Use an hcmask file

Perfect. Thanks!