Mark forums read | View Forum Leaders
| Home | Forums | Register | Downloads | Search | Marketplace |
| Computer Tutorials Learn new ways to speed up your computer or any tweaks. |
|
| LinkBack | Thread Tools | Display Modes |
|
|
#1 |
|
Full Member
![]() Location: UK - In a Bass Bin
Posts:
281 posts
Member No.: 12400
Join Date: Aug 2010
Thanks Received: 53
|
First off before even starting make sure you have the right WIFI card, You can pretty much take a chance and it works, But knowing your chipset is compatible is a good start. Take a peek over on this site Compatibility and just see if your cards chipset is listed somewhere on that page
Right, Next Step is to download a Copy of Backtrack You can get it from there site @ http://www.backtrack-linux.org/ But they are strangely poor on the bandwidth side and I've had a number of downloads fail halfway for some unknown reason so i'd opt for the torrent option they offer also. Once you have the LIVE CD/DVD version burnt to a DVD, or the USB version on a USB stick if your motherboard supports it, reboot your PC with the removable media in the PC and it will automatically boot the Backtrack OS. When you get a list of options just choose the top option or best resolution for yourself. When it stops and wants a CMD, type "startx" and it will load a GUI for those who don't want to do the next step in CMD line. *you can do this next but with or without typing "startx" first. If you went with the GUI you'll need to launch Konsole, BackTrack's built-in command line. It's right there on the taskbar in the lower left corner, second button to the right. Now, the commands. Code:
airmon-ng Now, run the following four commands. See the output that I got for them in the screenshot below. Code:
airmon-ng stop (interface) ifconfig (interface) down macchanger --mac 00:11:22:33:44:55 (interface) airmon-ng start (interface) ![]() If you don't get the same results from these commands as pictured here, most likely your network adapter won't work with this particular crack. If you do, you've successfully "faked" a new MAC address on your network interface, 00:11:22:33:44:55. Now it's time to pick your network. Run: Code:
airodump-ng (interface) ![]() Like I said, hit Ctrl+C to stop this listing. (I had to do this once or twice to find the network I was looking for.) Once you've got it, highlight the BSSID and copy it to your clipboard for reuse in the upcoming commands. Now we're going to watch what's going on with that network you chose and capture that information to a file. Run: Code:
airodump-ng -c (channel) -w (file name) --bssid (bssid) (interface) ![]() You'll get output like what's in the window in the background pictured below. Leave that one be. Open a new Konsole window in the foreground, and enter this command: Code:
aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:55 -e (essid) (interface) ![]() You're almost there. Now it's time for: Code:
aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:55 (interface) Depending on the power of your network (mine is inexplicably low at -32 in that screenshot, even though the yoyo AP was in the same room as my adapter), this process could take some time. Wait until that #Data goes over 10k, though—because the crack won't work if it doesn't. In fact, you may need more than 10k, though that seems to be a working threshold for many. ![]() Once you've collected enough data, it's the moment of truth. Launch a third Konsole window and run the following to crack that data you've collected: Code:
aircrack-ng -b (bssid) (file name-01.cap) If you didn't get enough data, aircrack will fail and tell you to try again with more. If it succeeds, it will look like this: ![]()
__________________
"Who you gonna call....Someone Else" ![]() |
|
|
|
| The Following User Says Thank You to MoguModz For This Useful Post: | Snow (09-11-2010) |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |