schaumaj / reaver-wps

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

Starting pin number selection #346

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there. Can You make this tool able to select starting pin number. At this 
time i see the pin number starting from 0XXXXXXX. After I do some survey, i 
found majority pin number at my place starting from 8XXXXXXX and make me need 
to wait long time to crack it. thanks 

Original issue reported on code.google.com by GK.PK.T...@gmail.com on 1 Jul 2012 at 6:31

GoogleCodeExporter commented 8 years ago
HOW-TO: start reaver from a 4-digit PIN 

1) run reaver program as usual
2) after some seconds, type Ctrl + C and stop reaver
3) open the folder: /usr/local/etc/reaver and identify the correct file. The 
name of the file matches the MAC address, and the file extension will be .WPC
4) Open this file by simply double-click, or you can specify to open it with 
GEDIT program
5) search the correct line where there is you 4-digit PIN. For example, if I 
want to start from 5000, I need to search it.
6) in our example, we will find "5000" on line number 5009
7) from this value (5009) subtract 4, so we will have the value 5005
8) go to the first line of the file, delete what you see on this line, and 
write 5005
9) save the file, close it and restart reaver, if it asks you to take over from 
the previous session, say yes, and you will see that starts from 5000

Original comment by BHT...@gmail.com on 1 Jul 2012 at 9:11

GoogleCodeExporter commented 8 years ago
You can just use --pin 5000 and it will start from the 5000's

Original comment by elld...@gmail.com on 14 Sep 2012 at 6:04