WiFi hack, hack your own WiFi and check the security!
WiFi hack, hack your own WiFi and check the security!
No network or server in the world or any security system is 100% hack proof. No matter how strong your password is, it can be hacked, although it requires time and a powerful computer. But let me tell you, it can be hacked but don't think that hacking is as easy as water! Of course hacking is often a complex process, social engineering is much easier than real hacking. This means that it is much easier to cheat your password than to crack your computer security.
However, nowadays network hacking or WiFi hacking has become a matter of criticism. Everyone wants to hack everyone's WiFi, many times for many critical reasons and many times just in the hope of using free internet. So before any hacker or inexperienced person hacks your network, this is the best way to hack your own network and check its security.
From this article you can learn more about WiFi network hacking, network packet testing, network vulnerability detection.
Wifi hack
If you really want to hack a WiFi network technically, then ink Linux or a separate distro of Linux will be required. It is better to get rid of the thought of hacking WiFi with Windows and Android. In case of password hacking, I would recommend using Kali Linux, because Kali is specially made with a focus on security, there are some great build-in tools for finding network security and vulnerabilities. As mentioned earlier, if a very strong password is used on a WiFi network and the encryption type is WPA2-PSK (AES) or WPA2-PSK (TKIP), it will take twelve hours to hack (although errors are currently found in all WiFi encryption systems around the world. Gone). And I will not show any hacking in this article, you can say I will teach you to do network security testing.
Kali Linux has the built-in tools Aircrack and Reaver for hacking WiFi; These two tools can crack both WEP and WPA encryption. But I don't think anyone else uses WEP encryption these days, if you use this type of encryption here on your router, change it now, just a few hours before testing to get into your network. Anyway, today we will attack Brutforce on the network using Aircrack and try to crack the password using the password list.
(Note: You can view this testing on your own network. If you want to run testing on someone else's network, you must take permission. If you use this testing method for any illegal purpose, you are solely responsible for it!)
Step 1; Disconnect all internet
First, disconnect any Internet or WiFi connected to your computer, and make sure your network card Zeno works properly. Your network card must be injection supported. Now open your terminal and run by typing the following command.
airmon-ng
As soon as you enter the command you will get a list of wireless network cards, if the card supports injection then it must show in this list. Your network card may appear as a wlan0 interface, however your computer may display a different name depending on the network interface. Then you need to enter the following command.
airmon-ng start wlan0
If your network interface has a different name, you need to replace that name with "wlan0" and run the command.
Step 2; Network scanning
Now you need to scan all the networks around you, if your network or wireless card is trying to detect which networks. Enter the following command to scan.
airodump-ng mon0
Now a network list will open in front of you, where you can see all the networks around you, that is, the BSSIDs of all the networks can be found. When you see that your targeted network has moved to the BSSID list, you can now stop the scanning process. Tap Ctrl + C to stop scanning. Now you need to enter the next command based on your scanned information,
airodump-ng -c (channel) --bssid (bssid) -w / root / Desktop / (monitor interface)
This is exactly what the command looks like;
airodump-ng -c 6 --bssid 04: 1E: 64: 98: 96: AB -w / root / Desktop / mon0
Now you have to sit and wait. Your computer will try to connect to the router. During this process, you may see that 4 files will pop up on the desktop, you have no reason to worry about them, leave them as they are, they will be useful later. After that you will see a station number pop up, write down this number, because it will be needed in the next step.
Step 3: - Capture
Now you need to reconnect the force, so that the handshake between the router and the computer can be captured. Let the previous process run and open a new tab in the terminal, then enter the following command line;
aireplay-ng -0 2 -a (router bssid) -c (client station number) mon0
The command will look exactly like this;
aireplay-ng -0 2 -a 04: 1E: 64: 98: 96: AB -c 54: 4E: 85: 46: 78: EA mon0
Now you see your computer is sending some packets to reconnect the router, now go back to the previous terminal tab and see the list of new numbers. That is, you have successfully captured the handshake. Now our job is to start cracking the password.
Step 4; Password cracking
Now you have the router password, but it is in encrypted format. You need to understand its encryption and launch Brutforce Attack. Now you will need a word list, you can download huge word lists from online. There are many possible passwords listed randomly. Remember, the better the word list you have, the more likely it is that the password will crack. Ink, however, has some small word lists by default, which you can find in the / usr / share / wordlists directory. So if you don't have a separate word list, you can start the process using Kali's default word list.
Enter the following command to start the process;
aircrack-ng -a2 -b (router bssid) -w (path to wordlist) /Root/Desktop/*.cap
For example the command will look like below;
aircrack-ng -a2 -b 04: 1E: 64: 98: 96: AB -w /usr/share/wordlists/fern-wifi/common.txt /Root/Desktop/*.cap
This time your process will continue, if a password matches from the word list, it will inform you with a message, "Password found" - if not found, you have to try using another word list. As I said before, the bigger the word list, the easier it will be to find the password, but the longer the process will take.
Network error check
Nmap
Enmap - The Network tool is used to map everything on the network. The software can draw a detailed map of the IP address , IP address , IP host, which operating system is used on the computer of which IP, which IP or what type of firewall has been used on the computer. The software tool is completely free and supports for Windows, Mac, Linux. You can use this tool to map everything that your network firewall supports or does not allow. Moreover, this tool will help you to find the security of the device connected to the network and the new server. How to use this tool? Try Google, you will find many tutorials on how to use it, if you think I have written a new article about this, you can definitely let me know by commenting below. If many are interested, I will definitely write an article.
Nessus
Nessus - One of the most popular network error detection software tools in the world. Although it's not free for commercial use, you can use it for free at home. And best of all, it runs smoothly on Windows, Mac, Linux - all operating systems. If your network is not configured properly, hackers can remotely control and control your computer. So using this tool you can detect network miss configure. It also has the ability to scan IP / TCP.
Wireshark
Not to mention the details of this program here, I published a detailed article a few days ago about its work and all the features, you can check it here. One of the most powerful tools for capturing network packets is Wiresark. This is a completely free and open source program. It also has both 32/64 bit versions for Windows, Mac, Linux and Windows. The tool captures all network packets in real time and provides the ability to analyze packets.
Keep in mind, this article does not show any critical hacking method, this method is taken from online and just published here. WiFi hacking is not an easy task, nor is it so difficult — it requires the right timing, tools, and strategy. For those who are asking questions like "How to hack wifi" on Facebook or other places (mainly in the hope of getting free internet access), this is not possible for you. And yes, no part of this article is intended to harm anyone or black hat hacking. If you come from outside and see that your door is open, then you must be aware of the network. It is a good idea to check your network errors or try to hack WiFi password by installing the tools mentioned above. As you can see, How to make your network more secure. If you do not know the disease, tell me how to treat? Also let me know in the comments below for any of your problems or questions. So many thanks so far today for bothering to read this post to the end.
Hope everybody on this site also had a great day. Stay well, stay healthy, stay safe with Sobuz Bangla TV . Thanks. God bless you.










No comments