Closed GoogleCodeExporter closed 8 years ago
I let the program run until 100%, but the correct pincode is never found again.
(It even gets into a loop, see issue #13)
Original comment by stefanen...@gmail.com
on 30 Dec 2011 at 12:46
I see the bug. The do_wps_exchange function tries to automatically identify if
the AP properly sends WSC NACK messages on failure (some don't, they just stop
responding...). Unfortunately I'm not saving this state across calls to
do_wps_exchange, so some timeouts are getting treated as NACKs when they
shouldn't be.
A fix is checked in, I would appreciate verification if possible. A work around
is to specify '--nack' on the command line, which tells Reaver that the AP
always responds with a NACK message on failure (most do).
Original comment by cheff...@tacnetsol.com
on 30 Dec 2011 at 12:27
Original issue reported on code.google.com by
stefanen...@gmail.com
on 30 Dec 2011 at 12:30