![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#16 (permalink) | ||||
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Quote:
Quote:
Quote:
Last edited by devine : 07-09-2005 at 12:35 PM. |
||||
|
|
|
|
|
#17 (permalink) | ||
|
Registered Member
Join Date: Dec 2004
Posts: 14
|
Quote:
Quote:
|
||
|
|
|
|
|
#18 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
Read up on Open, and Shared key authentication in the 802.11 specs. You can run encryption with either Open authentication (which is the more secure of the two), Shared key authentication, and on most AP's with automatic Open or Shared key authentication. The authentication procedure is seperate from the encryption procedure. Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#19 (permalink) |
|
Member at large
Join Date: Aug 2004
Posts: 121
|
I have tried beta5 with the hostap drivers with a smc2532w-b card. It's working pretty good, the IV rate I can get is much higher some of the time. Other times the IV rate is back to 100/sec (typically against some 802.11G APs). With my 802.11B AP the IVs fly.
With the fake association, is it supposed to reset every 30 seconds no matter what? Once association is successful, retries interrupt IV generation until another successful association. After a successful fake association, I stop it with ctrl-c and IV generation continues without interruption. (this is without any other clients associated). Aircrack now uses bruteforce on the last two keybytes, and in my experience this slows the process down, perhaps make this optional? Or add an option to bruteforce specific keybyte(s) (such as the first only, or 2&3 etc). I also get the occasional error during aireplay: open(/dev/rtc) failed: Device or resource busy And the occasional segfault during aircrack. thanks g Last edited by grcore : 07-10-2005 at 04:17 AM. |
|
|
|
|
|
#20 (permalink) | ||||
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
Quote:
Quote:
Quote:
gdb --args ./aircrack [options] my_dump.cap Then type run, and when it segfaults type "where". Also have a look at variables and such. Thanks! -- Christophe |
||||
|
|
|
|
|
#21 (permalink) |
|
Registered Member
Join Date: Jan 2005
Posts: 38
|
I have been testing aircrack beta 4 and 5 with a nl-2511 and a wg511 on linux kernel 2.6.11. I find when starting airodump and aireplay -1 with my nl-2511 card it will never associate and I get "fwrite failed, no such file or directory". This only happens when I try the association attack and it happens if I start aireplay 1st then airodump or viceversa. Also, the wg511 with the same command will associate and the fwrite error is never seen. Not sure if this is a known issue or not. The nl-2511 now does the same thing with hostap driver and the wlanng driver.
![]()
__________________
|
|
|
|
|
|
#22 (permalink) | ||
|
Member at large
Join Date: Aug 2004
Posts: 121
|
Quote:
Quote:
Code:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1218036816 (LWP 5171)] 0x0804a45d in ?? () (gdb) where #0 0x0804a45d in ?? () #1 0xb7664008 in ?? () #2 0x0000000f in ?? () #3 0x0000006a in ?? () #4 0x0003129f in ?? () #5 0x0f000000 in ?? () #6 0x365757de in ?? () #7 0x0001004a in ?? () #8 0x0000000c in ?? () (gdb) Code:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1218434128 (LWP 5320)] 0x0804a380 in ?? () (gdb) where #0 0x0804a380 in ?? () #1 0xb7603008 in ?? () #2 0x0000000f in ?? () #3 0x0000007f in ?? () #4 0x000937f6 in ?? () #5 0x0f000000 in ?? () #6 0x5e7272a3 in ?? () (gdb) Last edited by grcore : 07-10-2005 at 12:45 PM. |
||
|
|
|
|
|
#23 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
Change to the directory where you have compiled the beta source, then enter the gdb command as devine listed it, and try again. That should give a more informative gdb output. Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#24 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
|
|
|
|
|
|
|
#25 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#26 (permalink) | |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
Quote:
![]() |
|
|
|
|
|
|
#27 (permalink) | |
|
Member at large
Join Date: Aug 2004
Posts: 121
|
Quote:
(Im not a programmer, so I dont know what gdb is, just trying to help). g |
|
|
|
|
|
|
#28 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
(gcc = Gnu C Compiler, gdb = Gnu DeBugger) Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#29 (permalink) |
|
Member at large
Join Date: Aug 2004
Posts: 121
|
Code:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1218036816 (LWP 5774)] crack_wep_thread (arg=0x0) at linux/aircrack.c:923 923 o1 = wep.ivbuf[xv + 3] ^ 0xAA; io1 = Si[o1]; S1 = S[1]; (gdb) where #0 crack_wep_thread (arg=0x0) at linux/aircrack.c:923 #1 0xb7fccb3c in start_thread () from /lib/tls/libpthread.so.0 #2 0xb7f6793a in clone () from /lib/tls/libc.so.6 (gdb) g |
|
|
|
|
|
#30 (permalink) |
|
Emergence
Join Date: Jul 2004
Location: Paris
Posts: 389
|
[quote=grcore]
Code:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1218036816 (LWP 5774)] crack_wep_thread (arg=0x0) at linux/aircrack.c:923 923 o1 = wep.ivbuf[xv + 3] ^ 0xAA; io1 = Si[o1]; S1 = S[1]; (gdb) where #0 crack_wep_thread (arg=0x0) at linux/aircrack.c:923 #1 0xb7fccb3c in start_thread () from /lib/tls/libpthread.so.0 #2 0xb7f6793a in clone () from /lib/tls/libc.so.6 (gdb) |
|
|
|