you have nothing inputted for your attack mode to do?
- [ Attack Modes ] -
# | Mode
===+======
0 | Straight
1 | Combination
3 | Brute-force
6 | Hybrid Wordlist + Mask
7 | Hybrid Mask + Wordlist
Based on your code you should have a bruteforce attack meaning inputs such as password?d?d?d?d or ?a?h?l?u?d? etc of any length you're attempting to bruteforce.
Also insert your workload (-w #) for the best performance. If you're strictly running this 24/7 attempting to crack insert -w 4 which could render your computer useless until it has finished the task.
- [ Attack Modes ] -
# | Mode
===+======
0 | Straight
1 | Combination
3 | Brute-force
6 | Hybrid Wordlist + Mask
7 | Hybrid Mask + Wordlist
Based on your code you should have a bruteforce attack meaning inputs such as password?d?d?d?d or ?a?h?l?u?d? etc of any length you're attempting to bruteforce.
Also insert your workload (-w #) for the best performance. If you're strictly running this 24/7 attempting to crack insert -w 4 which could render your computer useless until it has finished the task.