OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Security and Networking => Topic started by: Capn_Fish on June 12, 2007, 11:00:29 pm
-
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.
-
Nobody sees anything wrong with that? I'm probably doing something wrong.
EDIT: It appears I am using the wrong process. I guss I need patched drivers.
-
if you can get the patched injection drivers working....
You could try using aircrack-ptw. Make sure you dont collect ivs though with airodump, use the cap file instead, so ya dont use the --ivs.. Its quicker by far and you can crack wep with around 20k collected packets.
Ya Airodump command is fine.
When i did use the old aircrack-ng, i used
aircrack-ng -f 2 -a 1 -b APmac -n 64 (filelocationname).ivs Can switch 64 for 128 too.
-f is the fudge factor, can try up to 4. If still no luck try disabling the korek attack by adding -k (from 1-17).
Still, now aircrack-ptw is out now, no need for that really
(Still trying to get injection working on cacko using the 2.418 kernel )
hope that helps
-
if you can get the patched injection drivers working....
You could try using aircrack-ptw. Make sure you dont collect ivs though with airodump, use the cap file instead, so ya dont use the --ivs.. Its quicker by far and you can crack wep with around 20k collected packets.
Ya Airodump command is fine.
When i did use the old aircrack-ng, i used
aircrack-ng -f 2 -a 1 -b APmac -n 64 (filelocationname).ivs Can switch 64 for 128 too.
-f is the fudge factor, can try up to 4. If still no luck try disabling the korek attack by adding -k (from 1-17).
Still, now aircrack-ptw is out now, no need for that really
(Still trying to get injection working on cacko using the 2.418 kernel )
hope that helps
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163649\"][{POST_SNAPBACK}][/a][/div]
I'll look into that.
I'm about an inch away from being able to compile modules, though, so I'll be able to use that too.
Thanks.