Skip to main content

⚙ HOW TO CRACK ANY ANDROID APP,GAME OR ANYTHING BEEN IS A THIRD PARTY APP

How to Hack Wifi using Kali Linux



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

Popular posts from this blog

How to send Anonymous Mails

Is there something serious you wish to say to someone without being known? Then, you're in the right place to learn how to send anonymous mail to somebody. Also, the good news is that sending anonymous mail is not one of the illegal things in the world. In my day-to-day activities, I send bulk anonymous mails to people worldwide. Sometimes, I make use of self-destructible email senders which means the mail recipients can  reply to my mail; talk less of knowing my identity. Sending anonymous email is a good way to disclose your mind and hide your identity without being traced. A lot of secret agencies and hackers need it to stay on top of their game. You're human and you deserve bro know how this secret is take place and the need to practice it. Before then, let's highlight some of  the relevant reasons why it's necessary to send anonymous mail to somebody. Whistle Blowing You can't whistle blow in an organization or a country without...

How to design cartoon character through Corel draw and Photoshop

CorelPainter is a great program for digital illustration. While it is similar to Photoshop, it is geared more towards realistic reproductions of traditional media. While it doesn't have many of the special effects that Photoshop does, it does have an expansive library of brushes based on real media such as pencils, pens, paints and pastels. So, if you're new to CorelPainter, here is a brief tutorial on coloring a drawing using the program. Steps.. 1 This tutorial will illustrate the basic process with a simple drawing, but the same steps can easily applied to even the most complex compositions. 2 Open CorelPainter and create a new document.  Create a new layer and name it "sketch." This is where your underdrawing will go. 3 Create a rough sketch with the 2B pencil tool using a color other than black.  Try using light blue. This will be the base for your drawing and will not show up in the final product. 4 Create a new layer and name this ...

How to Become a Computer Geek

Little known to most, there are many benefits to being a computer geek. In our high-tech society, being a computer guru can be one of the most high paying jobs available and computer geeks are in high demand, especially for network administrator jobs. By tapping into your inner geek, you can develop a most useful skill that will be sure to pay off later in life. 1 Learn what hardware is. Hardware is the physical stuff that makes up the computer and the media that is used to connect computers to other computers. 2 Learn what software is.  Software is the stuff that makes the computer work and it includes the applications, protocols, and the operating system. 3 Learn the spec (technical specifications) of your computer. There are some programs one can use in order to learn the specific specs a computer has, if you do not know off-hand. E.g. CPU-Z. 4.   Learn to use your computer commands, but use it when you need to.  Le...