This project is based upon the trick that, how to hack WI-FI with CMD. The main purpose behind, creating wifi hacking tool with cmd tool is to make everyone aware that how easy it is to break a simple password. And, motivate them to keep some complex passwords – to keep them protected against it.
Some of you may know the concept of Brute Forcing, but I will explain it for the ones who don’t know. In case, you are already familiar with it – you are free to skip this part (although, you will definitely learn something new from it).
There are 3 types of attacks:
-
BRUTE FORCE ATTACK FOR PASSWORD CRACKING This type of attacks are simply try all possible combinations. And, it seems weird and impractical at first. But, as computers can do billion of calculations per second – so, it is not that much impractical to try out everything. The only problem is – it needs time; HELL LOT OF TIME!
-
DICTIONARY ATTACK In this type of password hacking attack – again we try all passwords, but this time they are stored in a text file that you have given to the program. So, the program only refers to a few password combinations to verify the accessibility of the network.
-
THE MASKED ATTACK In masked attack; we apply a bit different approach – Here the concept is to try all possible combinations in a way programmer defines. And, in this attack hackers combine some social engineering to make it better and less hard for the dumb computer.
So, basically – In this part, you’ll know how it is possible to hack wifi password with CMD and it is not another fake trick to fool you guys! Let’s have a look at the basic parts of this main project:
WI-FI Brute Forcer has 4 main parts: 1.Interface Detection 2.Interface Selection 3.WI-FI Scanning and Selecting 4.Attacking
Program detects your WI-FI hardware and if it finds multiple interfaces, it will ask you to select one. You can select it later on but it is required for scanning and attacking.
Then you should perform a WI-FI scan to select target.
Here we go! Start the attacking process and sit back until it finishes. I have provided you 50 most common passwords but you can also add your own password lists.
Small video demo from the creator himself – showing the project in action. You can also download the project files from the bottom of this post and try your hands on it. (Make sure to read the Disclaimer twice before that)
Youtube Link- Quick Demo by TUX!
I have provided you a key combinator app that can create random passwords with the information you gave.
Youtube Link- Working Review – Demo video!