update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / WEPCrack / DESCR
1  1 - WeakIVGen.pl - This script allows a simple emulation of IV/encrypted
2      output that one might observe with a WEP enable 802.11 Access Point.
3      The script generates IV combinations that can weaken the secret key
4      used to encrypt the WEP traffic
5
6  2 - prism-getIV.pl - This script relies on output from Prismdump [or from
7      Ethereal captures if libpcap has been patched for 802.11 monitor mode],
8      and looks for IVs that match the pattern known to weakned secret keys.
9      This script also captures the 1st byte of the encrypted output and
10      places it and the weak IVs in a logfile.
11
12  3 - WEPCrack.pl - This script uses data collected or generated by WeakIVGen
13      to attempt to determine the secret key. It will work with either 40bit
14      or 128bit WEP.
15
16 Additionaly, I have included a script prism-decode.pl that will decode most
17 802.11 frame types. This tool is intended to be used with prismdump, but
18 could also be used against Ethereal 802.11 saved captures. It might be useful
19 for capturing SSIDs, AP MAC addresses, or authentication data.