WEP not cracked after 250K packets?
What am I doing wrong?
I'm running airodump-ng and specifying my MAC, so I'm only collecting on one network. I've collected over 1.6 million beacons (although they don't help cracking) and 257,000+ data packets, but aircrack-ng in another tab isn't yet successful.
I've also installed wepattack and it fails, too.
What am I doing wrong?
Re: WEP not cracked after 250K packets?
try increasing the "fudgefactor"
aircrack-ng -f 4 cap01.cap
sometimes this is the difference between cracking in 250,000 ivs and 5,000 ivs
Re: WEP not cracked after 250K packets?
Are you certain you're targeting one AP? Make sure in airodump that you're only looking at the AP of choice. If not, make sure you set the MAC of the AP and the corresponding channel.
Re: WEP not cracked after 250K packets?
Quote:
Originally Posted by
crweedon
try increasing the "fudgefactor"
aircrack-ng -f 4 cap01.cap
sometimes this is the difference between cracking in 250,000 ivs and 5,000 ivs
Interesting. By the time I cracked it (~2M beacons, 350k data packets, 75k IVs) I also noticed that the number of IVs wasn't nearly as high as the number of packets. I usually have 80% of my data packets including IVs, but this time it was closer to 25%. So I guess the number of IVs was still in the "normal" range for cracking the password, but it's strange that I had to collect so many data packets to get there.
I'll work on the -f switch, thanks for that tip. Am I right in reading that it'll take longer (trying a broader range of keys), but can often require fewer captured IVs?
Re: WEP not cracked after 250K packets?
Quote:
Originally Posted by
eeepclover
Interesting. By the time I cracked it (~2M beacons, 350k data packets, 75k IVs) I also noticed that the number of IVs wasn't nearly as high as the number of packets. I usually have 80% of my data packets including IVs, but this time it was closer to 25%. So I guess the number of IVs was still in the "normal" range for cracking the password, but it's strange that I had to collect so many data packets to get there.
I'll work on the -f switch, thanks for that tip. Am I right in reading that it'll take longer (trying a broader range of keys), but can often require fewer captured IVs?
Yes, you read that correctly.
But keep your eye on the ball: For purposes of cracking WEP, beacon count matters not. It's the data packets count that you require.
Re: WEP not cracked after 250K packets?
yes it is the IV count you are looking for a very simply broken down explanation of this is wiki: initialization vector