markwhi / reaver-wps

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

Same PIN over and over again! #522

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Yes, I read the wiki, yes the AP has WPS, but it just keeps trying the same PIN!

$sudo wash -i en1

Wash v1.4 WiFi Protected Setup Scan Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner 
<cheffner@tacnetsol.com>

BSSID                  Channel       RSSI       WPS Version       WPS Locked    
    ESSID
--------------------------------------------------------------------------------
-------------------------------
<bssid>       1            -76        1.0               No                
PlusnetWirelessC09F0B

$sudo reaver -i en1 -b <bssid>  -vv

Reaver v1.4 WiFi Protected Setup Attack Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner 
<cheffner@tacnetsol.com>

[?] Restore previous session for <bssid> ? [n/Y] Y
[+] Restored previous session
[+] Waiting for beacon from <bssid> 
[+] Switching en1 to channel 1
[+] Associated with <bssid>  (ESSID: <essid> )
[+] Trying pin 05795673
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[+] Received M1 message
[+] Sending M2 message
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 05795673
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 05795673
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 05795673
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 05795673
[+] Sending EAPOL START request
[+] Received identity request
[+] Sending identity response
[!] WARNING: Receive timeout occurred
[+] Sending WSC NACK
[!] WPS transaction failed (code: 0x02), re-trying last pin
[+] Trying pin 05795673
[+] Sending EAPOL START request
[!] WARNING: Receive timeout occurred
[+] Sending EAPOL START request

Original issue reported on code.google.com by beldar....@gmail.com on 5 Jul 2013 at 8:19

GoogleCodeExporter commented 9 years ago
perhaps the PIN is 05795673.
delete file in /usr/local/etc/reaver/<mac>.wpc  rerun reaver again:
reaver -i mon0 -b xx:xx:xx:xx:xx:xx -a -S -N -vv -c 1

Original comment by deltomaf...@gmail.com on 11 Jul 2013 at 2:05