Home Reaver WiFi Adapters WPA2
I will be creating a simple tutorial on a different approach in cracking WPA2 on a specific ISP like Time Warner Cable (RoadRunner) Charter Cable, COX or Comcast..It may vary by where you live but, it is targeted at all the cable companies that also offer telephone and internet services.
You will have to do a bit of homework to make things easier for you, less time consuming and have a higher success rate.
This is for educational purposes only!
First we have to make sure to have a sniffing tool such as Airodump-ng or insider as we will need to know the SSID, ESSID and the channel the AP is on. Ok so here we go! Once you have your tool ready to go what you want to do is have it scan. In airodump-ng you type the following commands to get it in monitor mode:
airmon-ng start (interface)
so your command should look like this:
airmon-ng start wlan1
the following command will start scanning the air for AP’s:
airodump-ng mon0
To stop scanning push ctrl+c
On inSSIDer at the top right simply choose the adapter and click on START. The cool thing about inSSIDer is that it gives you the vendor information which is one of the things we will be looking for to make the attack more effective and precise while making it less time consuming.
Notice in the image above all the AP’s…how can we tell which is which? Simple! I have sorted them out by Vendor. In this case we will try to crack one of the AP from the ISP TimeWarner (RoadRunner) (with owner’s permission I did this). In 90% of the time TimeWarner (RoadRunner) tend to operate their AP’s through channel 1 but, counting all the AP’s in channel one we can see a total of 8. They also use WPA2 encryption, so now we narrow things down to 4. To be more precise we will narrow things down by the vendor, in this case Gemtek Technology Co. Ltd. which is what TimeWarner(RoadRunner) uses. Another thing we can look at is that TimeWarner(RoadRunner) will use as an ESSID the customer’s First or Last name making it still easier to spot. So now we narrow it down to 2 AP’s which now we come to a conclusion that those 2 AP’s from operating in CHANNEL 1, under WPA2, Gemtek Tech. Co. Ltd are from TimeWarner(RoadRunner).
NOTE: Notice one of the 2 AP’s has the Last name of the person while the other does not. What Does that mean? One major weakness in TimeWarner(RoadRunner). The AP has been resetted at some point for whatever reason making it extremely vulnerable to a dictionary attack. Why? Unfortunately when you reset the modem by default the model of the modem is used as the ESSID. Yes, even though it shows Gemtek Tech. Co.Ltd. as vendor the actual gateway vendor is Motorola. As to why is this, I haven’t looked into that but, don’t get confused. I believe Gemtek is for LAN and Motorola is for WAN. Anyways, when you see an AP with Gemtek Tech. Co.Ltd. as vendor but with SBGxxxx as the ESSID know this, they are giving you part of the passphrase. How much to be exact? Half of the passphrase. In this case the AP named SBG65800C is letting us know that SBG6580 is the model and SBG6580 is also half of the passphrase. The other half is the second half of the WAN MAC Address…NOT the SSID. I’m not sure if with a tool such as Wireshark can get the MAC of of the WAN but, if you know how to get it then you are in luck cause you have the full passphrase (key). So if the MAC of WAN is something like 00:20:40:F2:A0:D1 then the passphrase will be SBG6580F2A0D1. This applies only to Motorola.
If you use airodump-ng you can go here http://www.macvendorlookup.com/ and simply type the first 6 characters and it will tell you which vendor it is. I would also like to point out that not all AP’s with TimeWarner(RoadRunner) will have Gemtek as vendor due to a feature that the Motorola surfboard has which is MAC Spoofing. But don’t let that fool you.
Moving on to other ISP’s well it just requires you doing a bit a researching on your local ISP’s. Some might have Charter, others might have Comcast or COX. Whichever it is make sure to pay their support webpage a visit to see which Vendor’s they carry. Some ISP’s will let you know who they are like on the image above. ATT576…can you guess? Ding Ding Ding! Yes you got it right! It’s AT&T…TimeWarner does not carry 2WIRExxx and only being 2 ISP’s that cover that area. From the image above we now know that the 2WIRExxx are also from AT&T..Also cause they operate under channels 6 and 11. And TimeWarner(RoadRunner) only channel 1.
Ok so once you know how to tell them apart one question arises, how will you attack it? Of coarse this tutorial is only for the Dictionary Attack but, you have to know which Dictionary/Wordlist you are going to use. Because it pointless to use a 50GB wordlist if the passphrase is only numbers. Cable companies that offer telephone service and internet will typically use the phone number as the KEY…So all you have to do is create a wordlist using the area code in which you live and within an hour BAMM! You have your KEY. To create a custom wordlist such as phone number and area code you have to use a tool such as Crunch which already comes in BackTrack 5R3. Here is the command to create a wordlist such as the one we will need to crack an AP that uses the phone number as the passphrase (key).
/pentest/passwords/crunch/./crunch 10 10 1234567890 –t 878@@@@@@@ -o wordlist.txt
Where in –t 878 = you are code..change 878 to whatever the target AP area code is.. and where –o wordlist.txt is the name of your wordlist. So you can change it to whatever you want like –o arealist.txt or whatever you want.
An alternative to saving a wordlist which a wordlist using a phone number is not big at all not even 300mb would be this amazing tutorial from mrmanuelmtzm a member at xiaopan.co/forums. He posted that amazing tutorial using
Aircrack-ng and Crunch without having to save the dictionary/wordlist to your flashdrive or HDD. So it’s pretty much in BruteForce method..pretty cool huh!
Thanks mrmanuelmtzm!
Above you can see that a Handshake has been acquired and the passphrase has been retreived using a dictionary that I custom made for this specific AP. As you can see it only took me 20 mins. and 40 seconds. Reaver could have taken longer. But know your target can save you lots of time.
For ATTxxx AP’s many have thought that the phone number was used but, that is not true. It’s a 10 digit number placed on a sticker on the modem. ..so to attack this AP I suggest using the Aircrack-ng Crunch method above due to the extremely large file that will be created (over 100GB’s).
Attacking the well know 2WIRExxx AP’s is almost the same as an ATT AP…same method is suggested to attack this Access Point as with the ATTxxx…but you can use this link provided here to help out…it is a pretty cool online tool for many types of AP’s such as 2WIRExxx, 3Com, Arris, Asmax, Belkin, Cisco, Comtrend, DD-Wrt, DLink, EasyBox, Fibrehome, Huawei, MiFi, Motorola, Netgear, Pirelli, RuggedCom, Sagem, Seagate, Siemens, Thomson, TP-Link, TRENDnet, Ubiquiti UTStarcom, Xavi, ZyXEL.
An alternative for that you can check this out http://xiaopan.co/forums/threads/android-thomson-key-solver.528/
Thanks Mr. Penguin!
Moving on to a different type of AP…this one we could say is the easiest to crack. Though it not the dictionary attack that will be used but, I thought it be cool to write about it in this tutorial. Verizon FiOS..most of nearly 95% of their AP’s are WEP and are know by their easy to tell five character ESSID
And notice the vendor Actiontec Electronics Inc. As you may already know WEP can be cracked in a matter of seconds..But there are two alternatives to crack these AP’s. There are many online tools like this one:
or you can download an app for your Android phone:
You can also check out this FREE online WPA2 cracker…they also offer a paid service for those interested.
So always do your homework, find out a bit about the target AP..don’t just shoot blindfolded. Know what you’re shooting at. (figure of speech) But if you have the option of using Reaver 1.4…go ahead and use it though at times Dictionary Attack can be faster if you know more about your target like the example shown above.
Hope this tutorial may help in cracking WPA2 for those certain AP you been looking to crack.
UPDATE: December 11, 2012
Here is the link to a super cool tool called WEPWAP 1.5
I would like to point out that it only works on a 32 bit and not a 64bit..download it, you will love it.
UPDATE: December 11, 2012
Here is the link to a super cool tool called WEPWAP 1.5
I would like to point out that it only works on a 32 bit and not a 64bit..download it, you will love it.










