11-24-2020, 08:43 PM
You can put masks in a file:
alpha?d?d?d?d?d?d?d?d
beta?d?d?d?d
gamma?d?d?d?d?d?d?d
... and then use the filename in your command:
./hashcat -m 11300 -w 4 -a 3 hash masks.txt
You can also use -i (increment) with masks, but the incrementing may happen in a way that you're not expecting - give it a try.
alpha?d?d?d?d?d?d?d?d
beta?d?d?d?d
gamma?d?d?d?d?d?d?d
... and then use the filename in your command:
./hashcat -m 11300 -w 4 -a 3 hash masks.txt
You can also use -i (increment) with masks, but the incrementing may happen in a way that you're not expecting - give it a try.
~