Whats the w0rd?

Bringing you the w0rd from the virtual streets

Technorati : View blog reactions

62 Users Responsed To " Tutorial: Cracking WEP Using Backtrack 3 "

Subscribes to this topic Comment RSS or TrackBack URL
mygif_alt

Emrikol said,

8-20-2008 in 07:40:04 at 165.139.0.20    

Thanks Maz! You’re a lifesaver. I spent a while trying to do this with russix and I couldn’t get it. (Crazy mother-in-law is too cheap to buy internet, she moved, and her new place only has encrypted signals…luckily WEP)

mygif

Anon said,

8-21-2008 in 12:30:30 at 123.222.97.173    

or you could just buy your web access and not be fucking people over for bandwidth etc.

mygif_alt

nico said,

8-21-2008 in 21:20:52 at 76.121.109.166    

Good tut. Next you might want to share with your readers about packet injection and Kismet for sniffing. I don’t know if they bundle Kismet with BT3 now but I know it was in BT2. Thanks

mygif

Registered99 said,

8-22-2008 in 13:52:32 at 67.8.114.113    

There is no macconfig?
macconfig: command not found

mygif_alt

Maz said,

8-22-2008 in 14:12:59 at 64.52.32.138    

@Registered99 Thanks for pointing out the mistake, the actual command is macchanger and I’m updating the post as I write this. Goodluck!

mygif

dubpluris said,

8-22-2008 in 14:42:34 at 76.169.72.163    

Thanks a lot. I don’t really even plan on using this, but it was very informative and clear. Thanks for the effort.

mygif_alt

keen said,

8-22-2008 in 15:06:36 at 72.138.72.112    

I personally do not worry if someone hack into my route go online. What worry me are when the intentions are further, break into my desktop or use my connection do bad things which would got me a surprise knock on the door by FBI. This is a darn good reason I remain connect with troublesome hard wired or the stick to old router b version.

mygif

justgeig said,

8-24-2008 in 00:52:00 at 67.236.135.19    

just wondering what are your thoughts on hiding/not broadcasting the SSID…decently secure or no?

mygif_alt

Maz said,

8-24-2008 in 02:44:18 at 75.222.163.109    

@justgeig if there are active clients on an AP with a hidden SSID, you can usually see it when running airodump-ng by comparing the MAC of the hidden AP with the MAC on packet captures. So generally, it doesn’t offer much more security. Might just be a speed bump in some situations.

mygif

JodoKaast said,

8-27-2008 in 15:12:12 at 67.171.68.60    

aircrack-ng also has the PTW algorithm attack, which needs far less IVs to successfully decrypt a WEP key. You can invoke it using the ‘-z’ switch with aircrack-ng. I’ve cracked a 128-bit WEP key with only about 40000 IVs.

mygif_alt

Nick said,

8-29-2008 in 10:01:54 at 81.215.117.146    

i have done exactly as you told my wifi chipset is Intel® PRO/Wireless 3945ABG.

problem is after i use

airplay-ng -3 -b [bssid] -h 00:11:22:33:44:66 [device]

i get no packets from my access point. then i use:

aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b [bssid] -h 00:11:22:33:44:66 [device]

after this i get many packets but like 50000 packets has only 1 IV.

the access point im testing on is Dynalink_Datron.

Hope someone can help

mygif

jones said,

9-5-2008 in 02:35:27 at 24.28.254.73    

Having trouble cracking wep key at my house. After performing this command aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b [bssid] -h 00:11:22:33:44:66 [device] the output for dest mac is ff:ff:ff:ff:ff:ff, but according to your tutorial the dest mac is the fake mac. So when I try to decrypt the packets it fails looking for keys and says try with 5000 IVs

mygif_alt

Maz said,

9-5-2008 in 09:01:26 at 64.52.32.138    

@jones hey, check out the following site for more information about Interactive Packet Replay: http://www.aircrack-ng.org/doku.php?id=interactive_packet_replay

Hopefully that will give you a little more background and assist you in your efforts. Goodluck!

mygif

Goatse said,

9-7-2008 in 19:40:43 at 70.82.182.92    

great tutorial, scary

mygif_alt

moosacha said,

9-11-2008 in 14:21:07 at 166.197.149.121    

“aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b [bssid] -h 00:11:22:33:44:66 [device]”

If you use interactive packet replay, wouldn’t you need to capture a lot more than just 20,000 packets in order to successfully attempt to crack? As far as I know what you’ll be capturing wont be ARP packets, so the PWT method will not work for you. You’ll probably need to capture about 1,500,000 IVS before having a good chance of getting the key. Or am I mistaken?

mygif

josh said,

9-12-2008 in 07:29:11 at 211.30.243.184    

hey greeat tut just one question when i run the
ifconfig down [wifi0] command i get error something like interface not found, but when i run airmon-ng stop [device] it says interface is wifi0 so im pretty sure its the wright interface, btw interface and device are the same thing on my machine. oh and last thing how do you get out of monitor mode?

mygif_alt

croakey said,

9-18-2008 in 18:56:19 at 71.204.75.214    

This tutorial is wonderful and worked for me!

This line however needed the following changes to work for me.

before:
airodump-ng -c [channel] -w [network.out] –bssid [bssid] [device]

after:
airodump-ng -c [channel] -w [network.out] -–bssid [bssid] [device]

mygif

browncardboard said,

9-30-2008 in 08:12:41 at 68.163.213.110    

great tutorial! what would needed to be modified in the code to get it to work with an atheros chipset?

i cant quite figure it out

mygif_alt

browncardboard said,

9-30-2008 in 20:30:46 at 32.142.88.178    

for atheros based chipsets use ath_pci in place of the numbers for the modprobe command. I also had to remove the -r to get it to load- BUT I have no idea what I’m doing yet

Hope this helps someone

mygif

browncardboard said,

10-6-2008 in 17:38:16 at 98.216.15.38    

this tutorial helped me alot – at was the basis for me learning bt3. However Some of the above post did not work for me. I am using an Atheros chipset, and some things had to be changed. Hope this helps some one

modprobe ath_pci

modprobe ipwraw

iwconfig

airmon-ng stop ath0

ifconfig wifi0 down

macchanger –mac 00:11:22:33:44:66 wifi0

airmon-ng start wifi0

airodump-ng ath0
gives available routers

******** cd /mnt/hda2/
can do this to change the place to save the data
airodump-ng -c 6 -w network.out –bssid 00:21:21:21:21:21 ath0
collects shit

aireplay-ng -1 0 -a 00:21:21:21:21:21 -h 00:11:22:33:44:66 -e smokers suck ath0
must play around with this to get it on the same channel
should get:
15:56:18 Association successful :-) (AID: 1)

aireplay-ng -3 -b 00:21:21:21:21:21 -h 00:11:22:33:44:66 ath0

aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b 00:21:21:21:21:21 -h 00:11:22:33:44:66 ath0

cd /mnt/hda2 <- Used this to re-locate to the directory with the file
aircrack-ng -n 128 -b 00:21:21:21:21:21 network.out-01.cap

mygif_alt

digitalfear said,

10-13-2008 in 03:25:16 at 213.207.81.210    

can ill use my wifi wireless network kaart that in my laptop ??

mygif

Nedad said,

10-13-2008 in 06:38:04 at 212.27.27.187    

Hi there

I am new to Wifi and linux. I have just been on amazone to order books so I can read about linux. They will be here in some days, but I can’t wait for some days.

I im trying this tutorial and I get an error:
bt ~ # modprobe -r iwl4965
bt ~ # modprobe ipwraw
bt ~ # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

bt ~ #

If I run “modprobe -r iwl4965″ then iwcanfic can’t find my wireless adapter and I can’t fint the interface name.

What do I miss here or doing wrong?

Thanks
Nedad

mygif_alt

Guest said,

10-18-2008 in 11:14:42 at 70.131.100.196    

Take note of your wireless adapter’s interface name. Then stop the adapter by issuing:

airmon-ng down [interface]

what is the interface
i all i can find is the divice name.

i get the error ‘host name lookup failure’

i think this is why my #data is staying at zero and beacon is at like 30000

mygif

Guest said,

10-18-2008 in 19:46:44 at 70.131.100.196    

i got it all working i cant active attack, thanks for the great tutorial

mygif_alt

tuborg3110 said,

10-19-2008 in 17:47:14 at 92.37.126.74    

great tut. i have also question, or 3 problems? 1.)well after this step : aireplay-ng -3 -b bssid -h 00:11:22:33:44:55 (device) there is a lot of read packets (100 000), but there is no ARP and ACKs requests, and data is 0, or just a few maybe 3 or 4 or 4 etc.
so what’s problem?
2)also, a lot of times this step don’t work: aireplay-ng -10 -a bssid -h 00:11:22:33:44:55 -e essid (device), after that there is no Authentication successful and Association successful. 3.problem is next. after this aireplay-ng -3 -b bssid -h 00:11:22:33:44:55 (device), there is no ARP and ACKs so, with another laptop i tried to connect on the same secure network, and then started ARP and ACK..but there is no data rising, only when i tried to conect with another laptop, then data rising, but when i stop, also Data stops. and after maybe 50 000 od IV’s i can’t crack becouse that+s not enough of IV’s. have you any solution what can i do?

mygif

tuborg3110 said,

10-19-2008 in 17:54:28 at 92.37.126.74    

one more thing- there is no problem with wirelles card, becouse, i tried with 5 different!!

mygif_alt

Talha said,

10-20-2008 in 13:32:28 at 91.140.219.157    

how to increase the speed of injecting packets ??
the #data colums doesnt rise very fast after injecting packets … it would take around 4 hours to rise to about 10000 packets…how to make it risee faster ??

i am using an intel3495 card ….

mygif

XxLIL_NOYXX said,

11-15-2008 in 20:20:01 at 71.237.166.148    

im getting a msg saying

Fwrite(packet data) failed no more space on device
fwrite(packet filter) failed no more space on device

while collecting packets after while it will corrupt packets collected???.. help how do i relocate where data is sent??

mygif_alt

guest said,

11-16-2008 in 08:15:03 at 121.97.212.45    

Can i run BackTrack 3 in windows Vista? please tell me how. Thanks.

mygif

Maz said,

11-16-2008 in 13:26:17 at 208.120.217.126    

@guest no. And the fact that you asked that question really shows how little you know. You should search google, read, and learn more about what an operating system is and other computer basics before you try to go and crack WEP. You are obviously not going to crack WEP for any legitimate security purpose.

mygif_alt

nomoss said,

11-18-2008 in 17:42:55 at 151.196.179.195    

Nice job on the tutorial. I am having some trouble with the airmon-ng and airodump-ng. The apps start but are not finding any data and seem unstable. The first few times they did find some networks. But now they don’t find anything. I have the same Centrino wireless card cited in the tutorial. Kismet is working fine and finding many networks. Any help would be appreciated. Z.

mygif

Ross (Software Developer) said,

11-21-2008 in 06:38:32 at 195.149.28.208    

Nice tutorial. Have tried this before but my Laptop’s wireless card is not compatible. Will be purchasing a new card soon as this is a neat trick to show our clients.

mygif_alt

blahhh2 said,

11-21-2008 in 07:07:44 at 85.137.208.67    

For all of you people asking about ifconfig, it’s not

ifconfig down [interface]

is

ifconfig [interface] down

have a good day ;)

mygif

godafather said,

12-15-2008 in 06:00:20 at 222.129.119.155    

GReat tut!
But it doesnt stop scanning the wirieless networks!
HelP!

mygif_alt

Sindread said,

12-18-2008 in 07:46:37 at 89.172.202.249    

thx m8, great tutorial, although I had some problems with it after few hours playing with it I succeeded in hacking WEP key of desired network…once again many thx 2 u and browncardboard how wrote version for my card, based on Atheros chipset.

mygif

Doomsk8 said,

12-22-2008 in 04:46:31 at 201.143.254.246    

Godafather
to stop the scaning just press:

Ctrl + C keys that´s for stop any activity in that shell console window. and…

and… Maz… Thanks for everything i didnt tried to type the modprobe´s commands. and still didnt..

mygif_alt

Mike said,

12-25-2008 in 19:03:47 at 99.228.201.194    

What Backtrack version specifcally? 3 beta? or 3 final?

I’m asking because I downloaded 3 final from the link you provided for CD version and when it boots it’s not live, its just a terminal, and it works fine until I have to open a new shell, which I can’t or don’t know how to do.

So in essence I’m wondering if my download is corrupt or if I downloaded the wrong version.

mygif

DeJvid said,

12-26-2008 in 20:53:13 at 217.171.129.70    

Hi everyone, i have big question, im gonna buy PCI Wirless Card (Belkin F5D900 Wirless G+ MIMO Desktop Pci Card) but that question is card will be compatibile with BackTrack3 for Aircracking. Does anyone used that kind of card before?

Thats card is propably on RT61 chipset. Im not sure, thx for any answers.

mygif_alt

jacppe said,

12-27-2008 in 13:19:33 at 190.43.176.13    

Hi all, I’m trying to inject packets for increase de data captures (for crack the wep key), however the number ofd data never increase, I tried using the aireplay-ng command mentioned above with 3 APs (no mac filtering) and it didn’t work.
Thanks for your help

mygif

Russian Wizard said,

1-1-2009 in 16:57:59 at 96.28.65.135    

This is a decent tutorial except that there are 2 typos in the listed commands to watch out for:
“ifconfig down [interface]”
should be:
“ifconfig [interface] down”

“airplay-ng -3 -b [bssid] -h 00:11:22:33:44:66 [device]”
should be:
“aireplay-ng -3 -b [bssid] -h 00:11:22:33:44:66 [device]”

I am also having no luck with both methods of aireplay in getting packets.

mygif_alt

Ace said,

1-4-2009 in 05:57:44 at 70.251.209.231    

ok i understand the program and had no problem using it on my desktop but having a huge issue with it on my laptop…im guessing that my Intel(R) Wireless Wifi Link 5100 chipset is not compatible unless there is something i can do to fix it. Can someone recommend a external wireless card that i can use in my express card slot on my laptop, if so i would appreciate if you would drop me an email at generalj14@yahoo.com

mygif

exvivo said,

1-6-2009 in 02:44:15 at 99.147.177.88    

Huh. I don’t know what’s going on.

I took this screenshot at a couple hundred thousand IV’s. I let the program run further, and was at several million IV’s and aircrack would still fail to deliver me my WEP key.

I must say, I’m pretty damn impressed with WEP encryption if it takes several days and billions of packets for Aircrack to deliver me my key.

http://i43.tinypic.com/vpjeb8.jpg

mygif_alt

vze57gc8 said,

1-22-2009 in 20:31:05 at 24.188.180.126    

i got stuck at:
aireplay-ng -1 0 -a 00:00:00:00:00:00 -h 00:11:22:33:44:66 -e XXXXX ath0

response:
18:13:29 Waiting for beacon frame (BSSID: 00:00:00:00:00:00) on channel 1
For the given BSSID “00:00:00:00:00:00″, there is an ESSID mismatch!
Found ESSID “XXXX’X” vs. specified ESSID “XXXXX”
Using the given one, double check it to be sure its correct!
18:13:30 ath0 is on channel 1, but the AP uses channel 9

any idea on what to do?

mygif

crackhead said,

1-29-2009 in 19:30:35 at 74.173.140.159    

Worked like a charm, took me less than a minute to crack my neighbors WEP, now I can cancel my Internet service. Hehehe…

mygif_alt

gomika said,

2-13-2009 in 19:44:47 at 60.241.125.93    

hi there.

Thanks for this tutorial great job.
However it is a great tutorial, i would have few problems, and i would really appreciate if someone could help me.

First of all there are few type mistake in the tutorial.
It says ifconfig down interface but the correct is ifconfig interface down.
No im not smart ass, but it took me 2 hours to reealize thats why i got the error message:)

On the other hand for some reason i cannot capture packages. I mean, i can see the traffic, but when i try to generate traffic there, basically nothing happen. Everything seems working fine but the packages dont seem like growing. does anyone can help me regarding this?

I have tried this command : aireplay-ng -1 0 -a [bssid] -h 00:11:22:33:44:66 -e [essid] [device]
it is successful but when i try to use this: airplay-ng -3 -b [bssid] -h 00:11:22:33:44:66 [device]

OOOOORRRRRR this

aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b [bssid] -h 00:11:22:33:44:66 [device]

seems like the numbers are growing but not the IVs data is keep counting paintfully slow. like 2 value up in an hour.

It would be appreciated if someone could help me what to do and how to do.

Cheers

gomika

mygif

commasbug said,

2-17-2009 in 05:29:04 at 65.49.2.18    

hey people! you all are talking about BT3 wep hack but if after this step : aireplay-ng -3 -b bssid -h 00:11:22:33:44:55 (device) there is a lot of read packets (100 000), but there is no ARP and ACKs requests, and data is 0 you will not be able to hack any wep

Any Answer????

mygif_alt

Damocrian said,

2-23-2009 in 21:59:02 at 94.108.139.107    

Maz said,

11-16-2008 in 13:26:17 at 208.120.217.126 @guest
…. You are obviously not going to crack WEP for any legitimate security purpose.

————————————————–

What do you think most people do with this tutorial? 99% chance that people crack WEP for illegal purpose… I don’t understand your reasoning!

mygif

Gregs said,

3-21-2009 in 04:47:27 at 79.107.44.209    

everything good and helpful when the router has one name (demo)what should i do when the router has two names (one demo)?the aireplay-ng command does nothing if the router has two names!

mygif_alt

lew1s said,

4-2-2009 in 06:07:56 at 15.203.233.77    

Hi commasbug,

Can you help me with this ?
I have no ARP. I receiving many packets and data , but the ARP is still 0

thx

mygif

UnanonymousGuy said,

4-4-2009 in 13:36:44 at 81.234.252.21    

Nice tutorial, very helful for a newb like me.
Just got one problem/question. Upon cracking the key I get this:
[01:01:01:01:01]
How do I translate this to the actual WEP key?

mygif_alt

UnanonymousGuy said,

4-4-2009 in 14:48:07 at 81.234.252.21    

Hmm, disregard that comment. It’s right there…. Hehehe

mygif

Jeroendh said,

4-11-2009 in 04:45:43 at 87.212.34.233    

I have the same problem as above:

Can you help me with this ?
I have no ARP. I receiving many packets and data , but the ARP is still 0

thx

mygif_alt

nerrad862 said,

4-14-2009 in 09:54:17 at 142.176.233.47    

I have an intel Pro/wireless 2915abg in a dell latitude D610 and when I typr modeprobe -r iwl2195 I get Module not found.

mygif

quagmire said,

4-16-2009 in 12:03:40 at 97.102.30.25    

runnin an atheros ar5b91 in a gateway T-6330u & BT3 live(CD) .. no adapter listed in BT’s wireless asst.
assume driver issue considerin BT4 beta or VM option… any suggestions? please & thank you!

Trackbacks & Pingbacks

ping

Cracking WEP Using Backtrack 3 | What Is Wrong With The World Today mention,

8-22-2008 at 12:45:15 ping from 208.179.83.35    

[...] You can use these techniques to demonstrate to others why using WEP is a bad idea.  I suggest you use WPA2 encryption on your wireless networks.  Goodluck! From: http://thew0rd.com/2008/08/19/tutorial-cracking-wep-using-backtrack-3/ [...]

ping

Web Sites of Interest » links for 2008-08-24 mention,

8-24-2008 at 08:30:36 ping from 74.220.207.84    

[...] Tutorial: Cracking WEP Using Backtrack 3 | Whats the w0rd? (tags: linux wireless wifi wep hacks hacking cracks cracking) [...]

ping

KoreK chopchop, Kismet, Gateway Ubuntu | Remote Security mention,

10-11-2008 at 14:34:49 ping from 82.119.226.56    

[...] Tutorial with pictures for ipw3945 & Backtrack you can check at here. [...]

ping

how to hack wep key - Page 2 mention,

3-12-2009 at 13:19:41 ping from 74.63.215.226    

[...] looks like a good tut for backtrack Tutorial: Cracking WEP Using Backtrack 3 | Whats the w0rd? [...]

ping

Cracking WEP64 and WEP128 « Taimurkazmi’s Blog mention,

3-27-2009 at 07:45:16 ping from 72.233.96.139    
ping

backtrack 3 airodump - Remote Exploit Forums mention,

7-12-2009 at 16:48:37 ping from 208.68.234.113    

[...] Tutorial: Cracking WEP Using Backtrack 3 | Whats the w0rd? look at this and at his commands [...]

ping

aircrack-ng can't see the injected files - Remote Exploit Forums mention,

8-25-2009 at 12:29:41 ping from 208.68.234.113    

[...] this tutorial Tutorial: Cracking WEP Using Backtrack 3 | Whats the w0rd?. Why people dont read tutorials form [...]

Leave A Reply

 Username (*so i know)

 Email Address (*will not be published)

 Website (*just curious)

Please Note: Moderation maybe active so there is no need to resubmit your comment. just sit back and enjoy