View Single Post
Old 02-13-2006   #2 (permalink)
theprez98
SpoonfeederExtraordinaire
 
theprez98's Avatar
 
Join Date: Jan 2005
Location: Maryland
Posts: 3,620
Quote:
Originally Posted by Fr0zt
I'm using an Orinoco Gold Card and I'm testing out Auditor on a WEP encrypted networking. Following this tutorial - http://www.tomsnetworking.com/Sectio...e120-page4.php I have been able to use airodump to capture packets and IVs, but the process is going very slowly (would take a few days to complete) so I'm trying the deauthentication process to speed things up. The commands given from that tutorial are the following:

switch-to-hostap
cardctl eject
cardctl insert
iwconfig wlan0 channel THECHANNELNUM
iwpriv wlan0 hostapd 1
iwconfig wlan0 mode master
void11_penetration -D -s MACOFSTATION -B MACOFAP wlan0

Since I am using an atheros card, I have had to substitute all "wlan0"s for "ath0"s everything working until the 5th line:
"iwpriv wlan0 hostapd 1"
however I get the error:
"Invalid command: hostpad"

When I do a "man iwpriv" or "iwpriv --help" there is nothing about hostapd being a command. Just wondering if this was a mistake in that tutorial or if I'm doing something wrong. Thanks
First let's make sure you are authorized access to this network AND that you are authorized to crack the WEP, i.e., its your network or you are the network admin and have such responsibility.

Second, you'll need to make sure your madwifi driver is patched. I have the same card you are referring to.

Third, instead of using void11, since you're already using airodump (and presumably aircrack) why not just use aireplay. You can deauth with attack 0, fake auth with attack 1.

Finally, using attacks 2 or 3 (or both), you should be able to generate several hundred thousand IVs in a 10-15 minutes.
__________________
:00475160 0E A6 AE A0 19 E3 A3 46 .......F
:00475168 0D 65 17 0C 53 70 6F 6F .e..Spoo
:00475170 6E 66 65 65 64 65 72 2E nfeeder.
:00475178 45 78 74 72 61 6F 72 64 Extraord
:00475180 69 6E 61 69 72 65 5D 3B inaire];
:00475188 8B 9E 92 5A FF 5D A6 F0 ...Z.]..

Last edited by theprez98 : 02-13-2006 at 11:54 AM.
theprez98 is offline