Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wpa2 - more hashes at once
08-09-2012, 11:28 PM
Post: #1
wpa2 - more hashes at once
Hello, is there any way to crack more hashes at once for cracking wpa ?
Find all posts by this user
08-10-2012, 07:48 AM (This post was last modified: 08-10-2012 07:48 AM by Mem5.)
Post: #2
RE: wpa2 - more hashes at once
Already asked, no it's not possible.
Find all posts by this user
08-10-2012, 11:11 AM
Post: #3
RE: wpa2 - more hashes at once
No, its salted
Visit this user's website Find all posts by this user
08-10-2012, 02:35 PM
Post: #4
RE: wpa2 - more hashes at once
(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.
Find all posts by this user
08-10-2012, 08:18 PM
Post: #5
RE: wpa2 - more hashes at once
You could theoretically get a speed increase if you attacked two captures with the same SSID. But that is not possible with hashcat.
Find all posts by this user
08-10-2012, 09:21 PM
Post: #6
RE: wpa2 - more hashes at once
its more that you will never find the same essid twice, this is very rare nowadays.
Visit this user's website Find all posts by this user
08-11-2012, 01:10 AM
Post: #7
RE: wpa2 - more hashes at once
Ok, thank you for fast reply.
Find all posts by this user
Thread Closed