![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#46 (permalink) |
|
Banned in DC
Join Date: Jul 2004
Posts: 102
|
It's a bit incorrect. Basic formula is (1-k/n)^n ~ exp(-k) when n is sufficiently large (mathly speaking lim of the left term when n grows to infinity is exp(-k)). In the papers, you get quantities like (253/256)^(256-p-1) (probability the (256-p-1) bytes of the KSA are different from 3 given values), with p=3,... First you approximate the exponent with 256, and you rewrite (1-3/256)^256, which then you approximate with the limit exp(-3).
cf http://mathworld.wolfram.com/ExponentialFunction.html |
|
|
|
|
#47 (permalink) |
|
Registered Member
Join Date: Jan 2005
Posts: 3
|
Origin of 5%
This makes sense, thanks.
Perhaps it is a case of 6 and one-half-dozen. I got my explanation from "Attacks On RC4 and WEP" by FMS: "The probability that three locations will not be pointed to by a pseudo random index during the remaining N - 1 - x rounds is better than ((1-1/N)^N)^3 ~ e^-3 ~ 5%." ((1-1/N)^N)^3 can be reduced to (e^-1)^3 and finally e^-3 -OR- (1-3/N)^N reduced directly to e^-3 Anyway, thanks for the general formula - crystal clear now. |
|
|
|
|
#48 (permalink) | |
|
Registered Member
Join Date: Mar 2005
Posts: 1
|
half dozen is six
It's the same. Let M = 3N, then
((1-1/N)^N)^3 = (1-3/M)^M Quote:
Last edited by noise_gaining : 03-15-2005 at 12:01 PM. |
|
|
|
|
|
#49 (permalink) | |
|
Registered Member
Join Date: Mar 2005
Location: Basel - Switzerland
Posts: 1
|
Quote:
I use the new Auditor (120305-01) on my HP OmniBook XE2 Laptop. I also use the Orinoco Silver WiFi card. Is the necessary chopchop patch already installed on the Auditor CD? Must i apply any patches? I've got the same problem like mfenetre few posts over me. Thanks -Beep PS: Please dont flame me for my (maybe stupid) question... I searched a answer in google, readme's and this forum several hours/days. PPS: R.E.S.P.E.C.T. to Korek and Devine for her great tools! |
|
|
|
|
|
#51 (permalink) | |
|
Asshole Emeritus
Join Date: May 2003
Location: S.E. VA.
Posts: 5,868
|
Quote:
|
|
|
|
|
|
#53 (permalink) | |
|
Banned in DC
Join Date: Jul 2004
Posts: 102
|
Quote:
As for Beep, if you bothered reading my previous posts... And while I am at it, noise_gaining why don't you take a math class... |
|
|
|
|
|
#55 (permalink) |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 9,980
|
Probably the header file isn't in the path. Most often this type of thing occurs because the code's author assumes one particular path, and your system is slightly different.
Try using an explicit path, for example, change: #include stdio.h to: #include /usr/src/stdio.h (of course the path preceding the header file name would be the required one for your system.)
__________________
Thorn "You guys'll be chalk outlines without me." |
|
|
|
|
#56 (permalink) |
|
Registered Member
Join Date: Mar 2007
Posts: 3
|
idea to crack WEP with chopchop
Hi all
This is my first Post on this site so hang in their with me !. OK ... KOREK chopchop theory obtains the Keystream of a particular packet, Idealy from an ARP packet from the AP. And then we can forge an ARP Packet with packetforge-ng and some other stuff ! However, if we inject our new forge ARP packet, were still only generating as much traffic, according to the size of that ARP (68bits) How about if you apply that keystream to a much larger packet, for instance ... a GET packets, thats 400+ bits, this will generate much more traffic leading to a quicker attack I know packetforge-ng has a custom packet capability, but im unsure how to use it regards Kai |
|
|
|
|
#57 (permalink) | |
|
Registered Member
Join Date: Apr 2003
Location: Houston
Posts: 2,312
|
Quote:
__________________
Against the run of the mill, static as it seems We break the surface tension with our wild kinetic dreams Curves and lines -- of grand designs... Tonight's movie "Soylent Green" has been brought to you by our sponsor - Waste Management My mind is like a Steel trap - Rusty and Illegal in most states |
|
|
|
|
|
#58 (permalink) | |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,609
|
Quote:
Where is Devine anyway?
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
#59 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,816
|
Quote:
Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
#60 (permalink) | |
|
My search-fu is weak!
Join Date: Jun 2002
Location: West BFE, Texas
Posts: 410
|
Quote:
![]()
__________________
--- <#include std.disclaimer.h> AltarThug of Wired and Unwired, The Church of WiFi http://www.churchofwifi.org http://www.linuxisforbitches.com http://www.wigle.net http://www.kismetwireless.net |
|
|
|