Open GoogleCodeExporter opened 8 years ago
It's trying the same pin because you've told it so.
run this line:
reaver -i mon0 -vv -S -w -b XX:XX:XX:XX:XX:XX
is it asking you if you want to continue from last session ?
if so - press Y [enter]
Original comment by xFxIxC...@gmail.com
on 29 Feb 2012 at 4:08
my problem is there was no saved session, was running it from a live-cd
and shutdown for the night, wanted to resume next day ... eneded up
restarting from beginning :(
Original comment by artherto...@gmail.com
on 29 Feb 2012 at 9:13
I see...try this:
reaver -i mon0 -vv -S -a -w -p 26165677 -b XX:XX:XX:XX:XX:XX
ctrl + c (to stop it...after at least one try)
then reaver -i mon0 -vv -S -w -b XX:XX:XX:XX:XX:XX
It should ask you if you wanna start from previous session and it should go on
from there.
Also I've read somewhere on this forum (or was it just google) I believe about
a guy that has achieved this same thing by editing some files
(reaver-1.4/src/keys.c perhaps?)
Original comment by xFxIxC...@gmail.com
on 1 Mar 2012 at 2:36
there is no default setting for continue from PIN.
so if you stopped the bf and tried a pin, no chance to continue from
the prior one.
Original comment by atys....@gmail.com
on 7 Jul 2012 at 7:35
I found simple workaround to this issue:
- start reaver as mentioned with the correct BSSID
- wait for at least one successfuly confirmed pin [ie. M4/M6 received]
- find the corresponding buffer file with the name of BSSID in the form
<bssid>.wpc [15D62D769332.wpc example], it should be located in the current dir
[user/root] or reaver's [if exists, ie. /etc/reaver or /usr/local/etc/reaver
{when compiled with make install from svn}]
- open this file with text editor and modify the first number NNNN (it contains
the counter - the high part of last checked pin) to desired restart value
- the same applies for the lower part of the pin, this value is contained on
the second line of the file in the form LLL
- for clarity, the pin is in the form as NNNNLLLx, x is checksum
The buffer file is saved only when at least one pin is checked, in the case it
is still not, you may use file from another bssid and correct its name and the
two values.
Hope this helps.
A6XP
Original comment by agent...@gmail.com
on 13 Feb 2013 at 4:04
Maaan thank you very much, it works!!
Original comment by juananto...@gmail.com
on 1 Jul 2013 at 7:17
Original issue reported on code.google.com by
artherto...@gmail.com
on 22 Feb 2012 at 3:55