![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#31 (permalink) |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Ok, I think I got it. My implementation of KoreK's attacks works pretty well when the IVs are randomly distributed, but it somewhat fails when the IVs are linearly distributed. I'll see how to improve the code and make it work in such cases.
post-edit: looks like chopper fails too when the IVs are linearly distributed. Last edited by devine : 08-19-2004 at 01:41 PM. |
|
|
|
|
#32 (permalink) |
|
Registered Member
Join Date: Jul 2004
Posts: 13
|
I've not had success using chopper on any of my packet captures. Aircrack gets the key, but chopper fails with every dump. Could be because I am using Linux on a Powerbook and there may be endian issues with chopper on the PowerPC.
|
|
|
|
|
#34 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Line 796 in aircrack.c, replace: Code:
else if( o2 == ( 2 - S2 ) ) Code:
else if( o2 == ( ( 2 - S2 ) & 0xFF ) ) |
|
|
|
|
|
#35 (permalink) |
|
Registered Member
Join Date: Jul 2004
Posts: 13
|
Still getting different results with aircrack 1.1-patched and aircrack 1.2. Seems that didn't fix the problem. Older version finds the key in 6 secs, v1.2 still trying after 5 minutes.
Also, chopper still fails to find key with any of the dump files even after trying the endian fix. |
|
|
|
|
#36 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
|
|
|
|
|
|
#37 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
|
|
|
|
|
|
#38 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
![]() |
|
|
|
|
|
#41 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Please try again with version 1.3 that just got released (http://www.cr0.net:8040/code/network/aircrack-1.3.tgz), a few bugs in the cracking code have been fixed. |
|
|
|
|
|
#43 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
|
|
|
|
|
|
#44 (permalink) |
|
Registered Member
Join Date: May 2004
Posts: 12
|
I'm actually using 4 pcap files, that I've collected over the past view days. I can zip them up for you, or something else if you like. Don't know if it will help, but I just added another pcap file, this time it was able to guess at fudge factor 2, but still said "no luck."
The key is: 8584ab0abbba941166c5e4b475 Last edited by aminal : 08-19-2004 at 04:28 PM. |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|