dustinkessler / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

Parallel cracking multiple APs on same channel #352

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Think this scenario below, I have many APs encrypted with WPS on a same 
channel, but no password. Since we cannot have multi-thread on one AP, why 
don't we crack multiple APs on parallel? This equals to increase the speed 
cracking against single random target.

Theoretically cracking multiple AP on same channel is possible, because each 
crack only consumes a small part of the bandwidth. I tried on my 
laptop(ubuntu/reaver1.4) with a python script using WASH to scan APs in each 
channel and pick out the most busy one and then start REAVER thread for each 
AP. Finally I'v recovered 2 WPS PIN/WPA PSK in about a hour which quite useful 
in a public area.

Original issue reported on code.google.com by mayli...@gmail.com on 9 Jul 2012 at 2:29

GoogleCodeExporter commented 8 years ago
can you share the code you tested?

Original comment by scardu...@gmail.com on 17 Jul 2012 at 4:54

GoogleCodeExporter commented 8 years ago
I don't think an adapter can be associated to more than 1 router at a time, can 
it? Then there's the problem of cross-interference (wrongly reading a message 
from one router as a message from another) You definitely can do multiple 
attacks in a parallel using multiple adapters, however.  

Original comment by nexdem...@gmail.com on 27 Jul 2012 at 7:51

GoogleCodeExporter commented 8 years ago
Yeah, reaver can run on more than one AP at the same time, I'm cracking one, 
while connect to another on my Alfa as I type this.

Original comment by Jason.Bu...@gmail.com on 24 Mar 2014 at 4:18

GoogleCodeExporter commented 8 years ago
For multiple access points attack I can recommend to use following:
https://code.google.com/p/auto-reaver/

Original comment by dominik....@gmail.com on 19 Jul 2014 at 1:16