xenda / reaver-wps

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

Can't associate and test wps pins with "newer" kernel versions #630

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ok so I tested this with many different setups and all the wlan adapter and 
systems I used worked before.
When you run reaver on a kernel version >3.10 (didn't test 3.0-3.9 yet so I 
don't know when this bug occured first) you get a few 
[!] WARNING: Failed to associate with AA:BB:CC:DD:EE:FF (ESSID: (null))
first and when it finally finds the AP you are looking for it just changes to 
[!] WARNING: Failed to associate with AA:BB:CC:DD:EE:FF (ESSID: Foobar)

It doesn't associate in 99 out of 100 tries (no matter what the distance 
between you and the ap) but when it does it can't try any pins. (I will later 
check again to get the exact error message)
Anyway I associated (successfully) with the ap with aireplay-ng and tried it 
with it, without success as well.
To eliminate any error from my part I tried it with a 2.6 kernel I had and it 
worked without any problems.

Original issue reported on code.google.com by blackhua...@gmail.com on 3 Apr 2014 at 8:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've tried to install them after using the wget command, but it does not want 
to do it. Is it not letting me replace the files or something? Here is the 
result that I get after using the sudo command:

root@kali:~# sudo dpkg -i libpcap0.8_1.4.0-2_amd64.deb 
libpcap0.8-dev_1.4.0-2_amd64.deb
(Reading database ... 333229 files and directories currently installed.)
Preparing to replace libpcap0.8:amd64 1.4.0-2 (using 
libpcap0.8_1.4.0-2_amd64.deb) ...
Unpacking replacement libpcap0.8:amd64 ...
dpkg: error processing libpcap0.8-dev_1.4.0-2_amd64.deb (--install):
 cannot access archive: No such file or directory
dpkg: dependency problems prevent configuration of libpcap0.8:amd64:
 libpcap0.8:amd64 depends on libc6 (>= 2.14); however:
  Version of libc6:amd64 on system is 2.13-38.

dpkg: error processing libpcap0.8:amd64 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 libpcap0.8-dev_1.4.0-2_amd64.deb
 libpcap0.8:amd64

What am I doing wrong, or will it even let me?

Original comment by silental...@gmail.com on 15 Feb 2015 at 5:34