How To Hack Wi-Fi Password Without Cracking By Using Wifiphisher
How To Hack Wi-Fi Password Without Cracking By Using Wifiphisher
Hack any Wi-Fi password using Wifiphisher without cracking
Disclaimer: This tutorial is for educational purpose only. Hacking Wi-Fi passwords may be illegal in your part of the world.
One of the many queries we get from our readers is how to hack Wi-Fi password. Though there are many ways to hack Wi-Fi, today we are going to show you how to hack any WiFi password using Wifiphisher. The beauty of Wifiphisher is that it can hack WPA/WPA2 protected Wi-Fi networks without cracking.
Without much ado, here is how you should go about how to hack Wi-Fi password without cracking using Wifiphisher. Read the disclaimer above and proceed at your own risk.
What is WiFiphisher?
Wifiphisher is a security tool that mounts automated phishing attacks against WiFi networks in order to obtain secret passphrases that people use to lack their Wi-Fi networks. Basically, it is a social engineering tool unlike other methods which use brute force attacks. Wifiphisher presents a very easy way of obtaining WPA/WPA2 protected secret passwords.
How does it work?
WiFiphisher creates an evil twin AP, then de-authenticate or DoS the user from their real AP. The Wi-Fi user logs in to find the Wi-Fi needs re-authentication and that is where Wifiphisher works great. The Wifiphisher redirects the Wi-Fi user to fake AP with the same SSID.
After connecting with fake AP, the owner of the Wi-Fi network will see a legitimate looking webpage that requests him/her to input password to “Upgrade firmware.” When the user enters the password in the cloned web page, it is reported back to the hacker without the knowledge of the Wi-Fi user. User allowed further to access the internet from fake evil twin AP, so they can’t feel anything suspicious.
The Wi-Fi owner goes about surfing the internet obvious to the fact that you have hacked his/her Wi-Fi password using Wifiphisher.
Requirements to Hack Wi-Fi using Wifiphisher Hacking tool
- PC/laptop running on Kali LINUX
- Download Wifiphisher from GitHub.
Step 1: Install or Update Python
First, you have to install or update “python” in Kali LINUX. Open the terminal and type below command
apt-get install python
Step 2: Unpack Wifiphisher script
After installing python, you have to unpack the Wifiphisher.
kali > tar -xvzf /root/wifiphisher-1.1.tar.gz
Alternatively, you can clone the code from GitHub by typing:
kali > git clone https://github/sophron/wifiphisher.git
Step 3: Navigate to the directory
Navigate to the directory where Wifiphisher has been installed.To navigate type below command in terminal.
sudo
cd wifiphisher/
Now confirm the name of the script. To confirm the name of script, type
ls -l
cd wifiphisher/