File: INSTALL

package info (click to toggle)
cowpatty 4.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: ansic: 3,634; makefile: 121
file content (14 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
coWPAtty - Brute-force dictionary attack against WPA-PSK.

Copyright(c) 2004-2018, Joshua Wright <jwright@hasborg.com>

INSTALLATION

Most users will want to just run "make" to generate the coWPAtty binary.
Running "make strip" will result in a smaller binary without symbols.

Note that the default settings in the Makefile assume you have OpenSSL
installed on your system.  OpenSSL has a considerably faster SHA1
implementation than the C or i386 assembler code included in sha1.c.  If you
don't have OpenSSL on your system ... install it.  It's at www.openssl.org.