Open GoogleCodeExporter opened 8 years ago
what's the problem? revealed the PIN right? If attempts to not reveal the PSK
with -p, then use mode wpasupplicant.
Original comment by deltomaf...@gmail.com
on 12 Jun 2013 at 1:46
Yes, -p doesn't show the PSK.
wpasupplicant has been giving me issues as well which is why I've posted what
I've posted. I found some instructions from an earlier issue and attempted to
use it and it wouldn't run for some reason, which is frustrating me.
Original comment by quiglest...@gmail.com
on 16 Jun 2013 at 3:34
could post the steps wpasupplicant with the error occurring?
Original comment by deltomaf...@gmail.com
on 17 Jun 2013 at 3:34
Same issue: reaver 1.3 and 1.4 do not give the PSK, just the pin.
I've tried the wpa_supplicant method, as described in Issue 203, comment 6, but
it doesn't work.
I use BTR3
wpa_supplicant version is v0.6.9
my /etc/wpa_supplicant.conf contains the following:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1
I start it in daemonized mode by running this command (wlan1 is my interface)
wpa_supplicant -Dwext -iwlan1 -c/etc/wpa_supplicant.conf –B
after running
wpa_cli status
the wpa_state is indicated as INACTIVE
I then run
wps_reg "routerbssid" "wpspin"
and the following is displayed:
OK
> <2>CTRL-EVENT-SCAN-RESULTS
<2>WPS-AP-AVAILABLE
<2>Trying to associate with "routerbssid" (SSID='routeressid' freq=2462 MHz)
<2>CTRL-EVENT-SCAN-RESULTS
<2>WPS-AP-AVAILABLE
<2>Associated with "routerbssid"
<2>CTRL-EVENT-EAP-STARTED EAP authentication started
<2>CTRL-EVENT-EAP-METHOD EAP vendor 14122 method 1 (WSC) selected
<2>CTRL-EVENT-EAP-FAILURE EAP authentication failed
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
<2>CTRL-EVENT-SCAN-RESULTS
<2>WPS-AP-AVAILABLE
<2>Authentication with 00:00:00:00:00:00 timed out.
I am not very familiar with linux OS so I would appreciate a more simplified
explanation.
Thanks in advance, hopefully this would help others as well.
Original comment by viktors....@newcastle.ac.uk
on 23 Jun 2013 at 1:20
wps_reg "routerbssid" "wpspin"
using mac address occurs
same?
wps_reg xx:xx:xx:xx:xx:xx 12345678
Original comment by deltomaf...@gmail.com
on 25 Jun 2013 at 1:37
Yes, I am using the mac address (eg. wps_reg xx:xx:xx:xx:xx:xx 12345678)
Original comment by viktors....@newcastle.ac.uk
on 25 Jun 2013 at 5:08
ok, a question, is killing the wpa_supplicant process.
before of run wpa_supplicant -Dwext -iwlan1 -c/etc/wpa_supplicant.conf –B ?
check and kill with:
ps auxww | grep wpa_supplicant
killall wpa_supplicant
Original comment by deltomaf...@gmail.com
on 27 Jun 2013 at 2:38
Original issue reported on code.google.com by
quiglest...@gmail.com
on 9 Jun 2013 at 12:58