1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: lcrack
Section: utils
Priority: optional
Maintainer: Tiago Bortoletto Vaz <tiago@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, automake
Standards-Version: 3.8.3
Homepage: http://usuarios.lycos.es/reinob/
Vcs-Browser: http://git.debian.org/git/users/tiago/lcrack.git
Vcs-Git: git://git.debian.org/users/tiago/lcrack.git
Package: lcrack
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: A generic password cracker
Lepton's Crack is a generic password cracker, easily customizable with
a simple plug-in system. It can perform a dictionary-based (wordlist)
attack, as well as a brute-force (incremental) password scan.
.
For the incremental scan, the user can provide a regex-like expression
that will be enumerated, thus checking every possible combination. This
powerful feature effectively combines `shoulder-surfing' with standard
brute-forcing.
.
By default it comes with the following modules:
* md4 : standard MD4 hash
* md5 : standard MD5 hash
* nt4 : NT MD4/Unicode
* dom : Lotus Domino HTTP password
* sha1 : standard SHA-1 hash
* null : trivial 1-byte hash
|