Reaver performs a brute force attack against an access point’s WiFi Protected Setup pin number. Once the WPS pin is found, the WPA PSK can be recovered and alternately the AP’s wireless settings can be reconfigured. Requires linux wget http://reaver-wps.googlecode.com/files/reaver-1.2.tar.gz tar -xzvf reaver-1.2.tar.gz cd reaver-1.2/src/ ./configure make make install airmon-ng wlan0 reaver -i mon0 -b -vv Doesn’t work against my Belkin N300

