11-24-2020, 08:29 PM
Hi all,
I'm trying to run a mask attack and would like to get your advice regarding the best approach for this.
Let's say I have the following candidates:
alpha12345678
beta1234
gamma849233
...
I'm currently running 3 separate commands, something like:
./hashcat -m 11300 -w 4 -a 3 hash alpha?d?d?d?d?d?d?d?d
./hashcat -m 11300 -w 4 -a 3 hash beta?d?d?d?d
./hashcat -m 11300 -w 4 -a 3 hash gamma?d?d?d?d?d?d?d
My questions:
1. How can I remove the need to run 3 separate commands and work maybe with a file that will contain all prefixes?
2. How can I define an 'up to X chars/digits' in my mask attack? I'd like to check between 3-8 digits for example
Thanks!
I'm trying to run a mask attack and would like to get your advice regarding the best approach for this.
Let's say I have the following candidates:
alpha12345678
beta1234
gamma849233
...
I'm currently running 3 separate commands, something like:
./hashcat -m 11300 -w 4 -a 3 hash alpha?d?d?d?d?d?d?d?d
./hashcat -m 11300 -w 4 -a 3 hash beta?d?d?d?d
./hashcat -m 11300 -w 4 -a 3 hash gamma?d?d?d?d?d?d?d
My questions:
1. How can I remove the need to run 3 separate commands and work maybe with a file that will contain all prefixes?
2. How can I define an 'up to X chars/digits' in my mask attack? I'd like to check between 3-8 digits for example
Thanks!