Posts: 6
Threads: 1
Joined: May 2018
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.
Posts: 31
Threads: 7
Joined: Apr 2018
You need to apply
mask attack with 9 characters.
Posts: 6
Threads: 1
Joined: May 2018
05-12-2018, 01:58 AM
(This post was last modified: 05-12-2018, 01:58 AM by h1430210.)
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
Posts: 31
Threads: 7
Joined: Apr 2018
Maybe
maskprocessor will help.
Posts: 6
Threads: 1
Joined: May 2018
I don't understand, how do I use it?
Posts: 2,301
Threads: 11
Joined: Jul 2010
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.
Posts: 31
Threads: 7
Joined: Apr 2018
Which clever attack? Can you show that on example?