When I use airodump-ng, I can monitor.
But my interface list has some weird items. Take a look:
Code:
Interface Chipset Driver
/usr/local/sbin/airmon-ng: line 72: 0=1: command not found
wifi0 Atheros madwifi-ng
ath0 Atheros madwifi-ng VAP (parent: wifi0)
When attempting to use a fake-auth
Code:
airodump-ng -c (channel) -w fishbones --bssid (The AP's BSSID) ath0
I get error 12. It says WPA or Wrong BSSID and I know what the enc is, its my router. I'm pen-testing my WEP. Help?
I followed a few installation tutorials on updating drivers and such, to allow my wireless card to do packet injection. All help is greatly appreciated.