Skip to content

Druotic/wep-crack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published