Skip to content

denis-beurive/wep-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Introduction

This script can be used to crack WEP.

Prerequisite

This script *should* be used under the following graphical environment : Lxde (http://lxde.org/). But you can also run it without any graphical environment as well.

Note that you can adapt the script in order to use another graphical environment (other than "Lxde"). Just edit the file "bin/wep.py", and change the function "launchTerminal(...)". You should adapt the following line:

  command = ['lxterminal', '--working-directory=%s' % WORKING_DIR, '-e', " ".join(in_command)]

Installation

  • Move into the directory "bin".
  • Edit the file "wep.py". You must set some variables.
    • WI: The name of your WIFI interface (ex: wlan1).
    • WI_REAL_MAC: The *real* MAC of your WIFI interface.
    • WORKING_DIR: Path to the directory used to save working files.
    • AIRODUMP_PREFIX: Prefix to used with "airodump-ng". You can leave "out".
    • DUMP_DURATION: Duration (in seconds) for the initial scan.

Use

  • "Source" the file "ENV.SH" (. ENV.SH).
  • Move into the directory "bin".
  • Run "python wep.py".

About

You can use this script to crack WEP keys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published