|
Title: DS winaircrack Post by: darkavenger on May 03, 2007, 02:49:11 PM hello everybody,
I have discovered DS homebrews since one month, and I have a project, but I need more informations I want to create a DS winaircrack (a program that finds the wifi WEP keys), but I don't know if the DS features allows such a program. To do this, I need to sniff wifi packages. Actually, my question is quite simple: Is DS wifi card allows a sniff feature? and if yes, is it possible to do that with an existing library? Thank you very much for your answers, and I'm sorry for the bad english (I'm French) Johan Title: Re: DS winaircrack Post by: daltonlaffs on May 03, 2007, 04:20:18 PM Whoa.
I'd really like to see this (maybe I can finally crack my school's WEP!) Unfortunately, DSLua doesn't have a function for all-wifi sniffing yet. However, you might wanna talk to Sypherce, I think he made a packet capturer... sypherce? Title: Re: DS winaircrack Post by: TOAST on May 05, 2007, 10:29:10 AM However, you might wanna talk to Sypherce, I think he made a packet capturer... sypherce? Naw, he did? That naughty boy! >: )Title: Re: DS winaircrack Post by: joey on May 28, 2007, 12:01:25 PM some useful information for ya
First find the connection .generate some traffic with it.listen on that network until you see ARP packets.Because you generate traffic most of the packets are ARP packets.From an ARP packet you know the first 16 bytes of cleartext so the 16 bytes of cipherstream. all the network traffic must be written to the disk This will turn out in a tcpdump-ish file with all the collected data.now use the correct algorithm applied to it In wep the first 3 bytes of the key packet are always know.the program must try to determine the other btes.If enough packets collect, most guessed is good.using aircrack,if between 40.000 and 85.000 packets collected, in 50% to 95% can be cracked the algorithm of the wep key |