WPA - Help with rules?
#2
(12-16-2013, 03:14 PM)Dave001 Wrote: Hey everyone,

I've just started using oclhascat, awesome tool, pretty simple to get up and running, but I'm having a little trouble configuring rules.

I've trimmed down a wordlist so that it only contains words between 8-12 letters long, all lower case, I'd like to add a rule that will rotate the first letter upper and lower case, and would add/try a combination of all numbers in the range 1-9999 to the end of the word

password1-password9999
Password1-Password9999

After some reading I tried this:

oclHashcat64.exe -m 2500 WPA.hccap -c wordlist.lst ?d?d?d?d

But it it gives the error: ?d?d?d?d: No such file or directory.

Any help would be appreciated.

Thanks,
Dave

I think its something like this.
./oclHashcat64.bin -a 6 -m 2500 Hashfile.hccap wordlist.txt ?d?d?d
I think you could also add --increment to it. not sure. just test it.
And move your -c to the start. so your final command sould look like

oclHashcat64.exe -a 6 -i -m 2500 -c 2000 WPA.hccap wordlist.lst ?d?d?d?d
The -C sould reflect your amount of memory. but the wordlist.lst is small so dont think the -C


Messages In This Thread
WPA - Help with rules? - by Dave001 - 12-16-2013, 03:14 PM
RE: WPA - Help with rules? - by PoTski - 12-16-2013, 06:23 PM
RE: WPA - Help with rules? - by kason68 - 12-16-2013, 06:44 PM
RE: WPA - Help with rules? - by Dave001 - 12-17-2013, 09:29 AM