Mask attack question
#3
(11-24-2020, 08:43 PM)royce Wrote: 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.

Thanks! That helps.

How does the increment work? What do you mean it may work in a way that I do not expect?
Reply


Messages In This Thread
Mask attack question - by xabbix - 11-24-2020, 08:29 PM
RE: Mask attack question - by royce - 11-24-2020, 08:43 PM
RE: Mask attack question - by xabbix - 11-24-2020, 08:46 PM