Do you want to test your network security? It used to be that you needed a desktop OS such as Windows or Linux installed on a computer with a specific wireless network card. Now, however, you can also use certain Android devices to scan and crack wireless networks. These tools are available for free as long as your device is compatible. Hacking routers without permission is illegal. These steps are provided to test the security of your own network. See Step 1 below to learn how.
Method 1 of 3: Hacking WPA2 WPS Routers
1
Root a compatible device.Not every Android phone or tablet will be able to crack a WPS PIN. The device must have a Broadcom bcm4329 or bcm4330 wireless chipset, and must berooted. The Cyanogen ROM will provide the best chance of success. Some of the known supported devices include:
Nexus 7
Galaxy S1/S2/S3
Nexus One
Desire HD
2
Download and install bcmon.This tool enables Monitor Mode on your Broadcom chipset, which is essential for being able to crack the PIN. The bcmon APK file is available for free from the bcmon page on the Google Code website.
To install an APK file, you will need to allow installation from unknown sources in your Security menu. Step 2 ofthis articlegoes into more detail.
3
Run bcmon.After installing the APK file, run the app. If prompted, install the firmware and tools. Tap the "Enable Monitor Mode" option. If the app crashes, open it and try again. If it fails for a third time, your device is most likely not supported.
Your device must be rooted in order to run bcmon.
4
Download and install Reaver.Reaver is a program developed to crack the WPS PIN in order to retrieve the WPA2 passphrase. The Reaver APK can be downloaded from the developers' thread on the XDA-developers forums.
5
Launch Reaver.Tap the Reaver for Android icon in your App drawer. After confirming that you are no using it for illegal purposes, Reaver will scan for available access points. Tap the access point you want to crack to continue.
You may need to verify Monitor Mode before proceeding. If this is the case, bcmon will open again.
6
Verify your settings.In most cases you can leave the settings that appear at their default. Make sure that the "Automatic advanced settings" box is checked.
7
Start the cracking process.Tap the "Start attack" button at the bottom of the Reaver Settings menu. The monitor will open and you will see the results of the ongoing crack displayed.
Cracking WPS can take anywhere from 2-10+ hours to complete, and it is not always successful.
Your Wi-Fi network is your conveniently wireless gateway to the internet, and since you're not keen on sharing your connection with any old hooligan who happens to be walking past your home, you secure your network with a password, right? Knowing, as you might, howeasy it is to crack a WEP password, you probably secure your network using the more bulletproof WPA security protocol.P
Here's the bad news: A new, free, open-source tool calledReaverexploits a security hole in wireless routers and can crack most routers' current passwords with relative ease. Here's how to crack a WPA or WPA2 password, step by step, with Reaver—and how to protect your network against Reaver attacks.P
In the first section of this post, I'll walk through the steps required to crack a WPA password using Reaver. You can follow along with either the video or the text below. After that, I'll explain how Reaver works, and what you can do to protect your network against Reaver attacks.
Phttp://www.youtube.com/watch?feature=player_embedded&v=z1c1OIMbmb0First, a quick note:As we remind often remind readers when we discuss topics that appear potentially malicious: Knowledge is power, but power doesn't mean you should be a jerk, or do anything illegal. Knowing how to pick a lock doesn't make you a thief. Consider this post educational, or a proof-of-concept intellectual exercise. The more you know, the better you can protect yourself.
What You'll NeedP
You don't have to be a networking wizard to use Reaver, the command-line tool that does the heavy lifting, and if you've got a blank DVD, a computer with compatible Wi-Fi, and a few hours on your hands, you've got basically all you'll need. There are a number of ways you could set up Reaver, but here are the specific requirements for this guide:P
The BackTrack 5 Live DVD.BackTrack is a bootable Linux distribution that's filled to the brim with network testing tools, and while it's not strictly required to use Reaver, it's the easiest approach for most users. Download the Live DVDfrom BackTrack's download pageand burn it to a DVD. You can alternately download a virtual machine image if you're using VMware, but if you don't know what VMware is, just stick with the Live DVD. As of this writing, that means you should select BackTrack 5 R3 from the Release drop-down, select Gnome, 32- or 64-bit depending on your CPU (if you don't know which you have, 32 is a safe bet), ISO for image, and then download the ISO.P
A computer with Wi-Fi and a DVD drive.BackTrack will work with the wireless card on most laptops, so chances are your laptop will work fine. However, BackTrack doesn't have a full compatibility list, so no guarantees. You'll also need a DVD drive, since that's how you'll boot into BackTrack. I used a six-year-old MacBook Pro.P
A nearby WPA-secured Wi-Fi network.Technically, it will need to be a network using WPA security with the WPS feature enabled. I'll explain in more detail in the "How Reaver Works" section how WPS creates the security hole that makes WPA cracking possible.P
A little patience.This is a 4-step process, and while it's not terribly difficult to crack a WPA password with Reaver, it's a brute-force attack, which means your computer will be testing a number of different combinations of cracks on your router before it finds the right one. When I tested it, Reaver took roughly 2.5 hours to successfully crack my password. TheReaver home pagesuggests it can take anywhere from 4-10 hours. Your mileage may vary.P
Let's Get Crackin'P
At this point you should have BackTrack burned to a DVD, and you should have your laptop handy.P
Step 1: Boot into BackTrackP
To boot into BackTrack, just put the DVD in your drive and boot your machine from the disc. (Google around if you don't know anything about live CDs/DVDs and need help with this part.) During the boot process, BackTrack will prompt you to to choose the boot mode. Select "BackTrack Text - Default Boot Text Mode" and press Enter.P
Eventually BackTrack will boot to a command line prompt. When you've reached the prompt, typestartxand press Enter. BackTrack will boot into its graphical interface.P
Step 2: Install ReaverP
Update: This step is no longer necessary, as Reaver comes pre-installed on Backtrack 5 R3. Skip down to Step 3.P
Reaver has been added to the bleeding edge version of BackTrack, but it's not yet incorporated with the live DVD, so as of this writing, you need to install Reaver before proceeding. (Eventually, Reaver will simply be incorporated with BackTrack by default.) To install Reaver, you'll first need to connect to a Wi-Fi network that you have the password to.P
Click Applications > Internet > Wicd Network Manager
Select your network and click Connect, enter your password if necessary, click OK, and then click Connect a second time.
Now that you're online, let's install Reaver. Click the Terminal button in the menu bar (or click Applications > Accessories > Terminal). At the prompt, type:P
apt-get update P
And then, after the update completes:P
apt-get install reaver P
If all went well, Reaver should now be installed. It may seem a little lame that you need to connect to a network to do this, but it will remain installed until you reboot your computer. At this point, go ahead and disconnect from the network by opening Wicd Network Manager again and clicking Disconnect. (You may not strictly need to do this. I did just because it felt like I was somehow cheating if I were already connected to a network.)P
Step 3: Gather Your Device Information, Prep Your Crackin'P
In order to use Reaver, you need to get your wireless card's interface name, the BSSID of the router you're attempting to crack (the BSSID is a unique series of letters and numbers that identifies a router), and you need to make sure your wireless card is in monitor mode. So let's do all that.P
Find your wireless card:Inside Terminal, type:P
iwconfig P
Press Enter. You should see a wireless device in the subsequent list. Most likely, it'll be namedwlan0, but if you have more than one wireless card, or a more unusual networking setup, it may be named something different.P
Put your wireless card into monitor mode:Assuming your wireless card's interface nameiswlan0, execute the following command to put your wireless card into monitor mode:P
airmon-ng start wlan0 P
This command will output the name of monitor mode interface, which you'll also want to make note of. Most likely, it'll bemon0, like in the screenshot below. Make note of that.P
Find the BSSID of the router you want to crack:Lastly, you need to get the unique identifier of the router you're attempting to crack so that you can point Reaver in the right direction. To do this, execute the following command:P
airodump-ng wlan0 P
(Note: Ifairodump-ng wlan0doesn't work for you, you may want to try the monitor interface instead—e.g.,airodump-ng mon0.)P
You'll see a list of the wireless networks in range—it'll look something like the screenshot below:P
When you see the network you want, press Ctrl+C to stop the list from refreshing, then copy that network's BSSID (it's the series of letters, numbers, and colons on the far left). The network should have WPA or WPA2 listed under the ENC column. (If it's WEP, use ourprevious guide to cracking WEP passwords.)P
Now, with the BSSID and monitor interface name in hand, you've got everything you need to start up Reaver.P
Step 4: Crack a Network's WPA Password with ReaverP
Now execute the following command in the Terminal, replacingbssidandmoninterfacewith the BSSID and monitor interface and you copied down above:P
reaver -i moninterface -b bssid -vv P
For example, if your monitor interface wasmon0like mine, and your BSSID was8D:AE:9D:65:1F:B2(a BSSID I just made up), your command would look like:P
reaver -i mon0 -b 8D:AE:9D:65:1F:B2 -vv P
Press Enter, sit back, and let Reaver work its disturbing magic. Reaver will now try a series of PINs on the router in a brute force attack, one after another. This will take a while. In my successful test, Reaver took 2 hours and 30 minutes to crack the network and deliver me with the correct password. As mentioned above, the Reaver documentation says it can take between 4 and 10 hours, so it could take more or less time than I experienced, depending. When Reaver's cracking has completed, it'll look like this:P
SEXPAND
A few important factors to consider:Reaver worked exactly as advertised in my test, but it won't necessarily work on all routers (see more below). Also, the router you're cracking needs to have a relatively strong signal, so if you're hardly in range of a router, you'll likely experience problems, and Reaver may not work. Throughout the process, Reaver would sometimes experience a timeout, sometimes get locked in a loop trying the same PIN repeatedly, and so on. I just let it keep on running, and kept it close to the router, and eventually it worked its way through.P
Also of note, you can also pause your progress at any time by pressing Ctrl+C while Reaver is running. This will quit the process, but Reaver will save any progress so that next time you run the command, you can pick up where you left off-as long as you don't shut down your computer (which, if you're running off a live DVD, will reset everything).P
How Reaver WorksP
Now that you've seen how to use Reaver, let's take a quick overview of how Reaver works. The tool takes advantage of a vulnerability in something called Wi-Fi Protected Setup, or WPS. It's a feature that exists on many routers, intended to provide an easy setup process, and it's tied to a PIN that's hard-coded into the device. Reaver exploits a flaw in these PINs; the result is that, with enough time, it can reveal your WPA or WPA2 password.P
We are making hack WiFi password tools easier than in the past. You can hack into any wireless connection where you want and and how much you want. WiFi is a development of the new technology that is currently very popular. It is a technology that enables a digital device to transfer data in an electronic format. This also includes high speed internet connection. Enjoy in our solutions. Many institutions have installed internet connection in their driveway.
Having a hack WiFi password tool as WiFi Password Cracker v4.6.2 is really great, you will be able to access the digital world for free, everywhere you are. It gives you the freedom to leave your house while still being able to receive wireless communication and information to your digital devices.
This is especially important if you work online or want to have access to online information, on the fly, everywhere you are. It’s wonderful how you can now travel around the world while still being connected to the web, without paying a dime. WiFi Password Cracker 4.6.2's Features: Hack WEP, WPA, WPA 2 and WPS Networks Hack WiFi password in quick time Undetectable (100% GUARANTEE). Frequent Updates to ensure it’s functionality. Easy to use. Simply click hack and you are done. If the hack is patched, UPDATE will be done within 24 hours. OS Support: WindowsXP/Vista/7/8 & Mac
Download and Instruction:
DOWNLOAD
OR
Download the file Unrar and open it Type network name need to hack Wait for the processing Enjoy!