beginner help, best method?
#1
Hi, what would be the best way to find a 9 character long string consisting of lowercase words and ending with numbers? The only thing is that I don't know how many words or numbers there are. I have a list of all English words, but I can't figure out how I'd do this. Simply brute-forcing it with my computer takes too long.
#2
You need to apply mask attack with 9 characters.
#3
I tried that, It would take me many years it says.

hashcat64.exe -m 2500 -a3 "[file]" -1 ?d?l ?l?l?l?l?l?1?1?1?1
#4
Maybe maskprocessor will help.
#5
I don't understand, how do I use it?
#6
No reason to use maskprocessor for such a simple mask attack. WPA is a rather slow hash mode and nine characters is rather long for a brute force. Find more clever attacks or die cracking.
#7
Which clever attack? Can you show that on example?