amanojha / reaver-wps

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

[!] WARNING: Failed to associate #370

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What does this error mean? 
[!] WARNING: Failed to associate with... xxxxxx

there are many post about it but as far as i can tell: zero working answers. 
*please* link me if i'm wrong.

Does anyone have a likely cause for this error?

In my case i suspect a mac-address white-list is in play, is that feasible or 
no? if so, what do? 

thanks!

(this is for cyber-security contest at my university) 

Original issue reported on code.google.com by surgezi...@gmail.com on 9 Aug 2012 at 11:56

GoogleCodeExporter commented 8 years ago
solved! 
thanks to this guy: 
http://adaywithtape.blogspot.com/2012_01_01_archive.html

turns out it was a mac filtering list-
solution looks more or less like this:

>ifconfig wlan0 down 
>macchanger -m 00:11:22:33:44:55 wlan0 
>airmon-ng start wlan0
>ifconfig mon0 down
>macchanger -m 00:11:22:33:44:55 mon0 
>ifconfig wlan0 up 
>ifconfig mon0 up

and activate reaver. viola!

....however, curiously, even though reaver managed to produce the pin and 
password, i'm still not able to access the router....

curiouser and curiouser! any thoughts will be much appreciated!

Original comment by surgezi...@gmail.com on 11 Aug 2012 at 2:26