Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 811 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 811 Bytes

WEP-crack

This is a simple tool that accepts a path to a WEP-40 packet/network log file.

Given the path to a log file, it exploits known security issues with WEP-40 to compute the private key which was originally used to encrypt. Using this key, one could then decrypt all of the packets in the log file. Specifically, this script is an implementation of the statistical attack known as the FMS attack (Fluhrer, Mantin, Shamir).

Usage:

  1. Compile:

make

  1. Run:

./crack /path/to/logfile.wep

References: