08-10-2012, 02:35 PM
(08-09-2012, 11:28 PM)dodo14 Wrote: Hello, is there any way to crack more hashes at once for cracking wpa ?
Hi dodo14
Mem5 and atom are of course correct, you cannot really run hashcat-plus against more than one WPA at the same time, well ... you can but there is no speed increase in doing so.
What may interest you is that you can run them sequentially and actually in parallel but as explained by atom each WPA is salted so there is little point.
To run them sequentially simply write the command lines after each other in the same command, then run it.
oclHashcat-plus32.exe --hash-type 2500 First.hccap Example Wordlist.txt -o Found.txt
oclHashcat-plus32.exe --hash-type 2500 Second.hccap Example Wordlist.txt -o Found.txt
You can run them in parallel by making two separate commands and run them both at the same time. There is no benefit to this as your speed is equally shared between the two tasks.