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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: crack
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Giovani Augusto Ferreira <giovani@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/pkg-security-team/crack.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/crack
Homepage: https://alecmuffett.com/alecm/software/crack/
Package: crack-common
Architecture: all
Depends: make,
${misc:Depends}
Breaks: crack (<< 5.0a-9.2)
Replaces: crack (<< 5.0a-9.2)
Description: Password guessing program (common files of all variants)
Crack is program designed to quickly locate vulnerabilities
in Unix (or other) password files by scanning the contents
of a password file, looking for users who have misguidedly
chosen a weak login password.
.
This package provides the common files for the crypt() and
MD5 versions.
Package: crack
Architecture: any
Depends: crack-common,
${misc:Depends},
${shlibs:Depends}
Conflicts: crack-md5
Description: Password guessing program (crypt() variant)
Crack is program designed to quickly locate vulnerabilities
in Unix (or other) password files by scanning the contents
of a password file, looking for users who have misguidedly
chosen a weak login password.
.
This package provides the runtime files for the crypt() version.
Package: crack-md5
Architecture: any
Depends: crack-common,
${misc:Depends},
${shlibs:Depends}
Conflicts: crack
Provides: crack
Description: Password guessing program (MD5 variant)
Crack is program designed to quickly locate vulnerabilities
in Unix (or other) password files by scanning the contents
of a password file, looking for users who have misguidedly
chosen a weak login password.
.
This package provides the runtime files for the MD5 version.
|