Follow step by step as shown in the video and Mentioned in Description
Open your Kali Linux computer’s Terminal. Find and click the Terminal app icon, which resembles a black box with a white on it.
Enter the Aircrack-ng installation command. Type in the following command, then press ↵ Enter: sudo apt-get install aircrack-ng.
Enter your password when prompted. Type in the password you use to log into your computer, then press ↵ Enter. This enables root access for any other commands executed in Terminal.
Install Aircrack-ng. Press Y when prompted, then wait for the program to finish installing.
Turn on airmon-ng. Type in the following command, then press ↵ Enter. airmon-ng
Find the monitor name. You’ll find this in the “Interface” column.
If you’re hacking your own network, it will usually be named “wlan0”.
Begin monitoring the network. You can do so by typing in the following command and pressing ↵ Enter: airmon-ng start wlan0
Make sure you replace “wlan0” with the name of your target network if it’s different.
Enable a monitor mode interface. Enter the following command: iwconfig
Kill any processes that return errors. In some cases, your Wi-Fi card will conflict with running services on your computer. You can kill these processes by entering the following command: airmon-ng check kill
Review the monitor interface name. In most cases, the name will be something like “mon0” or “wlan0mon”
Tell your computer to listen to nearby routers. To get a list of all routers in range, enter the following command: airodump-ng mon0
Find the router you want to hack. At the end of each string of text, you’ll see a name; find the one belonging to the network you want to hack into.
Make sure the router is using WPA or WPA2 security. If you see “WPA” or “WPA2” immediately to the left of the network’s name, you can proceed; otherwise, you cannot hack the network.
Note the MAC address and channel number of the router. These pieces of information are to the left of the network’s name:
MAC address — This is the line of numbers on the far-left side of your router’s line.
Channel — This is the number (e.g., 0, 1, 2, etc.) directly to the left of the WPA or WPA2 tag.
Monitor your selected network for a handshake. A “handshake” occurs when an item connects to a network (e.g., when your computer connects to a router).
Enter the following code, making sure to replace the necessary components of the command with your network’s information: airodump-ng -c channel —bssid MAC -w /root/Desktop/ mon0
Replace “channel” with the channel number you found in the last step.
Replace “MAC” with the MAC address you found in the last step.
Remember to replace “mon0” with whatever your interface name was.
Here’s an example address: airodump-ng -c 3 —bssid 1C:1C:1E:C1:AB:C1 -w /root/Desktop/ wlan0mon
Wait for a handshake to appear
Exit airodump-ng, then open the desktop. Press Ctrl+C to quit, then make sure you can see the “.cap” file on your computer’s deskto
Rename your “.cap” file. While not strictly necessary, this will make it easier to work with later. Enter the following command to change the name, making sure to replace “name” with whatever you want to name the file: mv ./-01.cap name.cap
If your “.cap” file isn’t named “-01.cap”, replace “-01.cap” with whatever your “.cap” file’s name is.
Install naive-hashcat. This is the service you’ll use to crack the password. Enter the following commands in order: sudo git clone
Naive hashcat download Download here
Run naive-hashcat. Once it finishes installing, enter the following command (making sure to replace any instance of “name” with your “.cap” file’s name): HASH_FILE=name.hccapx POT_FILE=name.pot HASH_TYPE=2500 ./naive-hashcat.sh
Wait for the network password to be cracked. Once the password is cracked, its string will be added to the “name.pot” file found in the “naive-hashcat” directory; the word or phrase after the last colon in the string is the password
See step by step Demo
Hack wifi with Kali Linux full demo video
And finally You will get Your Password
NOTE- You will need an external WIFI USb Adapter Because In most Systems Internal wifi adapter does not support Wlan monitoring.
Pls don't forget to share! And subscribe 🙏
Comments
Post a Comment
Comment here.....