maucero / reaver-wps

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

But wash never show results. #656

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using TP-Link w821n modem and my network power is -48

Original issue reported on code.google.com by mslaracr...@gmail.com on 15 Aug 2014 at 3:25

GoogleCodeExporter commented 8 years ago
airodump-ng show?

Original comment by deltomaf...@gmail.com on 15 Aug 2014 at 11:11

GoogleCodeExporter commented 8 years ago
It shows me all the available networks in my area as shown by windows. But
the problem is in wash command results

Original comment by mslaracr...@gmail.com on 6 Sep 2014 at 6:25

GoogleCodeExporter commented 8 years ago
maybe not exist network wps On?

Original comment by deltomaf...@gmail.com on 7 Sep 2014 at 11:19

GoogleCodeExporter commented 8 years ago
They do exist. cause when I use the wifite, it shows me this:

esssid:         bssid:                    channel:  wpslocked:
Djawebxxx   90:A5:C7:xxxxxx        10       no (in red color)

Original comment by mslaracr...@gmail.com on 10 Sep 2014 at 6:53

GoogleCodeExporter commented 8 years ago
when run airmon-ng start wlan0
process appears to kill?
kill pid
kill pid
kill pid
airmon-ng stop mon0
airmon-ng start wlan0
airodump-ng mon0
wash -i mon0

Original comment by deltomaf...@gmail.com on 4 Oct 2014 at 2:56

GoogleCodeExporter commented 8 years ago
in my case rtl8187:
root@bt:~# rmmod rtl8187
root@bt:~# rfkill block all
root@bt:~# rfkill unblock all
root@bt:~# modprobe rtl8187
root@bt:~# rfkill unblock all
root@bt:~# ifconfig wlan0 up
airmon_ng start wlan0
kill pid  <-- pid networkmanager
airmon_ng stop mon0
airmon_ng start wlan0
wash -i mon0    <-- now work!

Original comment by deltomaf...@gmail.com on 6 Oct 2014 at 3:23

GoogleCodeExporter commented 8 years ago
here work with commands:

rfkill block all
rfkill unblock all

when:

airmon_ng start wlan0

show:

679  network-manager
...

so:

kill 679
...

airmon_ng stop mon0
airmon_ng start wlan0

work wash!

Original comment by deltomaf...@gmail.com on 11 Oct 2014 at 3:46