GithubHelp home page GithubHelp logo

Comments (38)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I can confirm having the exact same problem on Arch Linux with this network 
card: Intel Corporation Centrino Advanced-N 6205 (rev 34).

Original comment by [email protected] on 29 Dec 2011 at 8:18

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Same here. I cannot associate. Linuxmint, reaver 1.0, libpcap 0.8, flex/bison

Original comment by [email protected] on 29 Dec 2011 at 8:35

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
What drivers are you guys using? It's been tested with ath9k and realtek (Alpha 
card) drivers, but carl9170 is known to not work.

Original comment by [email protected] on 29 Dec 2011 at 10:46

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I'm using iwlagn from kernel 3.1.5.

Original comment by [email protected] on 29 Dec 2011 at 11:37

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Confirmed here as well:

Backtrack 5.0 R1 (vmware) + Reaver 1.0
Realtek 8187 card (rtl8187)

Original comment by [email protected] on 29 Dec 2011 at 11:55

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Interface   Chipset             Driver

wlan0       Realtek RTL8187L    rtl8187 - [phy1]
mon0        Realtek RTL8187L    rtl8187 - [phy1]

Original comment by [email protected] on 29 Dec 2011 at 11:57

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Similar issue here too, though have yet to test different WPA configs, WEP 
configs also note association failure, could a work-around be aireplay-ng 
--fakeauth???

Hardware:
chipset : Ralink RT2870/3070 
driver  : rt2800usb - [phy1]

Software:
Reaver1-0
Ubuntu 11.10 native.

Comments:
Otherwise I'll assume its working on cracking the WPS Pin while it fails to 
associate, which would make sense to me.

I would like to see is more feedback from the program.

Original comment by [email protected] on 29 Dec 2011 at 12:31

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
my AP is a Cisco Linksys WAG120N which has the WPS Pin structure...

Original comment by [email protected] on 29 Dec 2011 at 12:38

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Me too on Ubuntu. Using Using ALFA AWUS036H and driver rtl8187

Original comment by [email protected] on 29 Dec 2011 at 12:59

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Hrm...I'm running Ubuntu 10.04 with an Alfa AWUS036H (rtl8187) right now and 
it's chugging along just fine. I'm doing some testing, will report back ASAP.

Original comment by [email protected] on 29 Dec 2011 at 1:10

  • Changed state: Started

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I can confirm that I've reproduced the issue on Backtrack 5 RC1 with the 
AWUS036H and rtl8187 driver. The same card works fine in Ubuntu 10.04. Looking 
for the problem now.

Original comment by [email protected] on 29 Dec 2011 at 1:45

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I also have this issue.

Backtrack R4, AWUS036NH with rt2800usb.

The card otherwise works perfect in BT4 with this driver but I'm getting the 
'failed to associate' error.

The router being testing is a Linksys WAG160N.

Original comment by [email protected] on 29 Dec 2011 at 1:48

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Is it possible to associate with another program e.g. aireplay-ng? 

Original comment by [email protected] on 29 Dec 2011 at 1:50

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Don't know for sure but it may a be cause or a fix:

I'm not using the patched kernel for aircrack-ng which the program in fact 
recommends, aircrack-ng works fine though I have to use ---ignore-negative-one 
on aireplay, here is the source to patch the wireless kernel for compatibility, 
like I say i'm not sure if its a solution, but if you (Reaver Programmer) say 
its a good idea I'll give it a try:

http://wireless.kernel.org/en/users/Download/stable/#compat-wireless_3.2_stable_
releases

Also available on the Ubuntu repositories if your using a package manager.

Please let me know! :] thanks.

Original comment by [email protected] on 29 Dec 2011 at 2:34

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
All, I've found and fixed the issue. Very silly bug in the association receive 
loop, but for reasons yet unknown still happened to work on my development box. 

New code is checked in to subversion, as soon as others verify that this fixes 
their issues, I will cut a new release of Reaver.

From Backtrack 5 RC1 with the AWUS036H and rtl8187 driver:


root@bt:~/Desktop/src# ./reaver -i mon0 -b C0:C1:C0:A5:73:F7 -vv

Reaver v1.0 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner 
<[email protected]>

[+] Waiting for beacon from C0:C1:C0:A5:73:F7
[+] Switching mon0 to channel 2
[+] Switching mon0 to channel 3
[+] Switching mon0 to channel 4
[+] Switching mon0 to channel 5
[+] Switching mon0 to channel 6
[+] Switching mon0 to channel 7
[+] Switching mon0 to channel 8
[+] Switching mon0 to channel 11
[+] Associated with C0:C1:C0:A5:73:F7 (ESSID: cisco_e2500_normal_wifi)
[+] Trying pin 93234375
[+] Trying pin 04064374
[+] Trying pin 87284379
[+] Trying pin 63034370
[+] Trying pin 12504374
...

Original comment by [email protected] on 29 Dec 2011 at 2:37

  • Changed state: Fixed

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
This is what I get with latest subversion:

[+] Waiting for beacon from C0:3F:0E:C1:DB:A7
[+] Switching mon0 to channel 2
[+] Switching mon0 to channel 4
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 
[+] Associated with C0:3F:0E:C1:DB:A7 
[+] Trying pin 90553301
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 
[+] Switching mon0 to channel 3
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
Segmentation fault

I'm under kernel 3.1.5 with iwlagn driver

Original comment by [email protected] on 29 Dec 2011 at 2:50

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
maguila,

I have not tested the iwlagn drivers, but since you were able to associate I'd 
suspect that injection is working properly. The failed associations and receive 
timeouts are usually an indication of poor signal strength or a lot of wireless 
interference.

The segfault is troubling though. Can you give more info on your OS ?

Original comment by [email protected] on 29 Dec 2011 at 3:00

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I'm using Archlinux x64. We use almost the latest packages on everything as it 
is a rolling release distro.

I have tried to run under gdb but I don't know why I don't get the segmentation 
fault:

$gdb ./reaver
GNU gdb (GDB) 7.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/user/reaver-wps-read-only/src/reaver...done.
(gdb) run -i mon0 -b C0:3F:0E:C1:DB:A7 -vv
Starting program: /home/user/reaver-wps-read-only/src/reaver -i mon0 -b 
C0:3F:0E:C1:DB:A7 -vv

Reaver v1.0 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner 
<[email protected]>

[+] Waiting for beacon from C0:3F:0E:C1:DB:A7
[+] Switching mon0 to channel 4
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 (ESSID: ONODBA7)
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 (ESSID: ONODBA7)
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 (ESSID: ONODBA7)
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 (ESSID: ONODBA7)
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 (ESSID: ONODBA7)
[+] Associated with C0:3F:0E:C1:DB:A7 (ESSID: ONODBA7)
[+] Trying pin 26141367
[!] WARNING: Failed to associate with C0:3F:0E:C1:DB:A7 (ESSID: ONODBA7)
[+] Switching mon0 to channel 2
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
...etc

But again I get the segmentation fault without gdb.

Original comment by [email protected] on 29 Dec 2011 at 3:22

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
New SVN read-out: 

Reaver v1.0 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner 
<[email protected]>

[+] Waiting for beacon from BA:DA:55:B4:55:23
[+] Associated with BA:DA:55:B4:55:23 (ESSID: _)
[+] 0.05% complete @ 5 seconds/attempt
[+] 0.09% complete @ 6 seconds/attempt
[+] 0.13% complete @ 6 seconds/attempt
[+] 0.16% complete @ 6 seconds/attempt
[+] 0.21% complete @ 6 seconds/attempt
[+] 0.25% complete @ 6 seconds/attempt
[+] 0.29% complete @ 6 seconds/attempt
[+] 0.34% complete @ 6 seconds/attempt
[+] 0.36% complete @ 6 seconds/attempt

cool program dude!

Original comment by [email protected] on 29 Dec 2011 at 3:25

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Thanks, this has also been verified by Stefan; marking as verified.

maguila, I'm opening a new ticket for your segfault issue.

Original comment by [email protected] on 29 Dec 2011 at 3:34

  • Changed state: Verified

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Cheff, I am using carl9170 with Reaper v1.4 and it's working fine. It's a USB 
D-Link card. Did not want to run reaper in BT5 but works fine with Ubuntu 11.10 
3.1.5.

Original comment by [email protected] on 26 Jan 2012 at 9:41

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I have the same problem as OP. I'm running a BackTrack 5 Live USB. I've tried 
to get results with three cards: the AWUS036H (driver rtl8187), the AWUS036NH 
(driver 2800usb) and the integrated Broadcom adapter (I forget the exact model, 
but it uses the b43 driver under BT). I'm using reaver-1.4bt1. 

I get no results save a spam of "failed to associate". I have tried this 
against several access points, all of which are of relatively high power (-60 
or better) and quality (80+%).

What might be the problem here?

Original comment by [email protected] on 29 Jan 2012 at 2:56

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I have the same issue with Reaver v1.4.  I'm running BT5 in Virtualbox with 
Alfa AWUS036H card and driver rtl8187.

Original comment by [email protected] on 22 Feb 2012 at 9:48

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Same issue with Reaver v1.4. I'm on Ubuntu 11.10 using a Netgear WG111v3 with 
driver rt8187.

Original comment by [email protected] on 8 Mar 2012 at 6:00

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Got problem with reaver on my BT5R2. Suddenly stopped working. Using the RTL8187

Original comment by [email protected] on 3 May 2012 at 2:18

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Same here, cant assoc, usb wireless adapter , TL-WN821N driver athuw ver 
7.7.0.93
Tried using -A and let aireplay assoc but reaver simply stops working after 
first assoc. no messages, nothing. Hope someone can help with that

Original comment by [email protected] on 17 May 2012 at 11:33

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Same here, usb wireless adapter sky city 200000 with the rtl8187 driver.. 
Pwr is a negative value in airodump

Original comment by [email protected] on 8 Jun 2012 at 6:41

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Same issue here. BT5 R2 using Intel 5100 against Buffalo WZR-HP-AG300H and 
D-Link DIR-605...

Original comment by [email protected] on 26 Jun 2012 at 3:58

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Same here. AWUS036H, Backtrack 5R2, Reaver v1.4 against three different access 
points.

Original comment by [email protected] on 1 Aug 2012 at 10:53

from reaver-wps.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
it is a card drivers issue  as of my experience.

Original comment by [email protected] on 25 Jul 2013 at 12:33

from reaver-wps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.