jaxrome895 / reaver-wps

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

Reaver finds PIN but not WPA PSK #687

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)?
Back Track 5 R3

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?
-65

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

5. What is the entire command line string you are supplying to reaver?
reaver -i mon0 -c 6 -b xx:xx:xx:xx:xx:xx -p xxxxxxxx -vv

6. Please describe what you think the issue is.
Reaver isn't giving WPA PSK, nor does the wpa_supplicant.
I've tried reaver 1.3 same result.

7. Paste the output from Reaver below.
[+] Pin cracked in 15 seconds
[+] WPS PIN: 'xxxxxxxx'
[+] AP SSID 'xxxxxxx'
[+] Nothing done, nothing to save.

cat /etc/wpa_supplicant.conf
..
network={
  ssid="xxxxxxx"
  bssid="xx:xx:xx:xx:xx:xx"
  key_mgmt=NONE
  auth_alg=OPEN
}

Is there anything else that could be done?

Original issue reported on code.google.com by TheKnife...@gmail.com on 4 Dec 2014 at 2:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
try with Bully:
bully -b e8:94:f6:xx:xx:xx -p 24461924 -B -c 5 mon0 -L

worked here!

Original comment by deltomaf...@gmail.com on 22 Dec 2014 at 4:56