
Originally Posted by
hol64
So I am trying to crack my own WEP key without any clients connected. I have my router up and set up. The problem is that I don't get any arp when I am listening for ARPs. How can I generate traffic? I have read all around the forum and I still don't get an answer whether this can be done. Some people say yes other no, other that you need two laptops (which I have access to if needed). Anyways, this is the commands that I use. The card can inject traffic no problem.
- airodump-ng -w ivs -c 6 ath1
- aireplay-ng -1 30 -e essid -b bssid -h myfakemac ath1 (fake auth because no clients)
- aireplay-ng -3 -e essid -b bssid -h myfakemac ath1 (listening for arps)
Until this point everything ok. I Know that fakeauth does not generate traffic.
Some people seem to think that following is to perform the deauth attac to generate traffic, however this doesn't seem to work. At least not for me. So this is what I do next.
- aireplay-ng -0 15 -b bssid -c myfakemac ath1 (when I do this attack I start getting deauth packets of course, but no traffic or arp is generated)
And i Wait and Wait and Wait and wait!!!. Airodump seem to grab Data packets, but aireplay doens't get any ARPs. Any comments. AM i doing something wrong? Thanks for the reply everybody.