cbank327 / reaver-wps

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

Association denied - BSSBasicRateSet #377

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Answer the following questions for every issue submitted:

0. What version of Reaver are you using?  (Only defects against the latest
version will be considered.)
1.4

1. What operating system are you using (Linux is the only supported OS)?
Various distros

2. Is your wireless card in monitor mode (yes/no)?
yes

3. What is the signal strength of the Access Point you are trying to crack?
-80

4. What is the manufacturer and model # of the device you are trying to
crack?
Various routers

5. What is the entire command line string you are supplying to reaver?
reaver -i mon0 -b XX:XX:XX:XX:XX -vv

6. Please describe what you think the issue is.
I think the issue is I can't associate with N routers using my ath5k wifi due 
to the error spit out by tcpdump below - my card isn't presenting enough 
available data rates to the router. I've tried changing my data rates with the 
iw command to no avail. I've googled endlessly and found very little in the way 
of resources.

It's important to note that aireplay gives me the same output (error code 18) 
when I try using its fakeauth attack.

7. Paste the output from Reaver below.
The reaver output is just the standard failure to associate. Here's the error 
from tcpdump:

Association denied due to requesting station not supporting all of the data 
rates in the BSSBasicRateSet parameter

Original issue reported on code.google.com by frontwo...@gmail.com on 13 Aug 2012 at 7:20

GoogleCodeExporter commented 8 years ago
Update:

Added some code to reaver to duplicate rates presented by AP, still not 
working. What I'm receiving the following supporting rates and just sending 
them back with my association:

        Supported Rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0 
            Tag Number: 1 (Supported Rates)
            Tag length: 8
            Tag interpretation: Supported rates: 1.0(B) 2.0(B) 5.5(B) 11.0(B) 18.0 24.0 36.0 54.0  [Mbit/sec]
        Extended Supported Rates: 6.0 9.0 12.0 48.0 
            Tag Number: 50 (Extended Supported Rates)
            Tag length: 4
            Tag interpretation: Supported rates: 6.0 9.0 12.0 48.0  [Mbit/sec]

Previously reaver was sending different "Extended Supported Rates" which upon 
inspection looked hardcoded. Now it's sending exactly what the router asks for.

I've tested multiple cards across multiple OSes and can't get around it.

Any insight is much appreciated and I can provide my code to anyone who wants 
to try it.

Original comment by frontwo...@gmail.com on 14 Aug 2012 at 9:20