detrojones / reaver-wps

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

Channel 1 never used #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start in verbose mode and pick any mac...
The software is displaying which channels it is hopping but always skips the 
first channel.

Thanks and regards,
Boris

Original issue reported on code.google.com by Boris.W...@gmail.com on 31 Dec 2011 at 12:50

GoogleCodeExporter commented 9 years ago
Reaver starts at channel 2 and loops through channels until it sees a beacon. 
If no beacon is found, it will continue cycling through channels, including 
channel 1. For example, if you provide Reaver with a fake BSSID, you'll see it 
cycling through channels in this order:

2
3
4
5
6
7
8
9
10
11
12
13
14
1
2
3
4
...

Once a beacon from the target BSSID is seen, Reaver will switch to whatever 
channel the AP reports in the beacon packet.

Original comment by cheff...@tacnetsol.com on 31 Dec 2011 at 1:04

GoogleCodeExporter commented 9 years ago
Sorry, you are right. This was definitely not working in 1.1. but I recompiled 
1.2 and now it's doing what expected.
Thanks for the great work!
Boris

Original comment by Boris.W...@gmail.com on 31 Dec 2011 at 1:27