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.