I've been trying to crack the WEP key on one of my spare routers, but Aircrack-ng fails every time, even with 1 million+ IVs.
What I've been doing is:
airodump-ng --ivs --write --channel
Then, once I have a lot (1,000,000+) IVs, I do:
aircrack-ng -c -a 1 -e -b <*.ivs file>
Is there something wrong with that method? It goes for ~6 hours, then says it failed.
Thanks.