bubu23 / reaver-wps

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

WARNING: Receive timeout occurred && WARNING: Faild to associate [ITS NEW,HELP ME!] #664

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.)

1.4

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

Kali Last Version

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?

-49

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

TP Link WN722N

5. What is the entire command line string you are supplying to reaver?

reaver -i mon0 -b xx:xx:xx:xx:xx:xx -A -S -c x -e ESSID -vv
reaver -i mon0 -b xx:xx:xx:xx:xx:xx -A -N -c x -e ESSID -vv
reaver -i mon0 -b xx:xx:xx:xx:xx:xx -A -c x -e ESSID -vv

6. Please describe what you think the issue is.

I have 2 routers, for some reason that I dont understeand, In all of  routers I 
get this error.

I alredy have test other Reaver versions and I´m having the same issue
iam confused ... help me please ...

7. Paste the output from Reaver below.

===================================================
first i pick a mac with good signal and no WPS LOCK
second i use any model type of code on reaver

but i just get 2 error :

(((With Use of -A :)))
===================================================
Waiting for beacon from 00:19:15:XX:XX
Switching mon0 to channel 1
Associated with 00:19:15:XX:XX (ESSID: WLAN_XXXX)
Trying pin 12345670
Sending EAPOL START request
[!] WARNING: Receive timeout occurred
Sending EAPOL START request
[!] WARNING: Receive timeout occurred
Sending EAPOL START request
[!] WARNING: Receive timeout occurred
Sending EAPOL START request
[!] WARNING: Receive timeout occurred
Sending EAPOL START request
[!] WARNING: Receive timeout occurred
Sending EAPOL START request
[!] WARNING: Receive timeout occurred
Sending EAPOL START request
[!] WARNING: Receive timeout occurred
Sending EAPOL START request
=================================================
WITH OUT OF (((-A)))
=================================================
[!] WARNING: Faild to associate with xx:xx:xx:xx:xx:xx (ESSID: xxxx)
[!] WARNING: Faild to associate with xx:xx:xx:xx:xx:xx (ESSID: xxxx)
[!] WARNING: Faild to associate with xx:xx:xx:xx:xx:xx (ESSID: xxxx)
[!] WARNING: Faild to associate with xx:xx:xx:xx:xx:xx (ESSID: xxxx)

...

Original issue reported on code.google.com by pooya.si...@gmail.com on 29 Sep 2014 at 9:32

GoogleCodeExporter commented 8 years ago
use -a 
not -A 
simply:
reaver -i mon0 -b xx:xx:xx:xx:xx:xx -a -S -c 1 -vv

Original comment by deltomaf...@gmail.com on 2 Oct 2014 at 12:59

GoogleCodeExporter commented 8 years ago
tnx , but already i used -a
but i cant get a good result !
fail ...
:(

Original comment by pooya.si...@gmail.com on 2 Oct 2014 at 9:38

GoogleCodeExporter commented 8 years ago
ok, try change/downgraded lib pcap:
wget 
http://mirrors.kernel.org/ubuntu/pool/main/libp/libpcap/libpcap0.8_1.4.0-2_i386.
deb 
http://mirrors.kernel.org/ubuntu/pool/main/libp/libpcap/libpcap0.8-dev_1.4.0-2_i
386.deb

then install: sudo dpkg -i libpcap0.8_1.4.0-2_i386.deb 
libpcap0.8-dev_1.4.0-2_i386.deb 
Note: if you have a 64bit OS, then change out to: libpcap0.8_1.4.0-2_amd64.deb 
libpcap0.8-dev_1.4.0-2_amd64.deb

then:
dpkg -i libpcap0.8_1.4.0-2_amd64.deb libpcap0.8-dev_1.4.0-2_amd64.deb

try again reaver.

Original comment by deltomaf...@gmail.com on 2 Oct 2014 at 3:41