sara8319 / reaver-wps

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

rt2800usb Failed to associate #197

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
0. What version of Reaver are you using?  (Only defects against the latest
version will be considered.)
reaver 1.4

1. What operating system are you using (Linux is the only supported OS)?
Backtrack5 from USB driver

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?
-63

4. What is the manufacturer and model # of the device you are trying to
crack?
WRT54GL & other unknown types

5. What is the entire command line string you are supplying to reaver?
reaver -i mon0 -b xx:0C:C3:69:63:xx -c 3 -vv

6. Please describe what you think the issue is.
the router might not have WPS? the signal?

7. Paste the output from Reaver below.

    root@root:~# reaver -i mon6 -b xx:0C:C3:69:63:xx -c 12 -vv

    Reaver v1.4 WiFi Protected Setup Attack Tool
    Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>

    [+] Switching mon6 to channel 12
    [+] Waiting for beacon from xx:0C:C3:69:63:xx
    [!] WARNING: Failed to associate with xx:0C:C3:69:63:xx (ESSID: Orange-)
    [!] WARNING: Failed to associate with xx:0C:C3:69:63:xx (ESSID: Orange-)
    [!] WARNING: Failed to associate with xx:0C:C3:69:63:xx (ESSID: Orange-)
    ^C
    [+] Nothing done, nothing to save.

    root@root:~# airodump-ng wlan0

 xx:0C:C3:69:63:xx  -63      123        0    0  12  54e  WPA  TKIP   PSK  Orange-

    root@root:~# wash -i mon6 -C

    Wash v1.4 WiFi Protected Setup Scan Tool
    Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>

    BSSID                  Channel       RSSI       WPS Version       WPS Locked        ESSID
    ---------------------------------------------------------------------------------------------------------------
    xx:0C:C3:69:63:xx      12            -63        1.0               No                Orange-
    ^C

    root@root:~# lshw
 *-network DISABLED
       description: Wireless interface
       physical id: 2
       bus info: usb@1:1.2
       logical name: wlan0
       serial: xx:0C:C3:69:63:xx
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rt2800usb driverversion=2.6.39.4 firmware=0.29 link=no multicast=yes wireless=IEEE 802.11bgn

root@root:~# lsusb
Bus 001 Device 006: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 
Wireless Adapter

the card is a TP-Link TL-WN7200ND 

Original issue reported on code.google.com by nodzv...@gmail.com on 28 Jan 2012 at 11:11

GoogleCodeExporter commented 8 years ago
small note: i dont know the router model, the WRT54GL i checked with wash and 
isnt WPS, so i tryied what i saw that has WPS...

Original comment by nodzv...@gmail.com on 28 Jan 2012 at 11:14

GoogleCodeExporter commented 8 years ago
maybe another side-note is that i manage to run reaver on another router, so 
this problem might have much to do with the type of router and signal
but as i dont know the router type only the vendors name, i dont know if the 
problem could be solved

Original comment by nodzv...@gmail.com on 30 Jan 2012 at 8:35

GoogleCodeExporter commented 8 years ago
I mention the same symptoms in 
https://code.google.com/p/reaver-wps/issues/detail?id=184

If you driver is patched to work with aircrack, aireplay-ng --fakeauth will 
work fine and you can use --no-associate with reaver. You might also need 
--no-nacks. I did.

Original comment by weedy2...@gmail.com on 26 May 2012 at 1:49