The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : crack

The "Sensible" Unix Password Cracker

 This is Alec Muffett's Crack.

Crack is a freely available program designed to find encrypted passwords. 

When you would like to crack a 4.4BSD password file:

	Crack -fmt bsd 

Or, for non-BSD machines:

	Crack  

http://www.crypticide.com/users/alecm/



crack history


v. 1.28
date: 2005/09/28 08:07:39;  author: linimon;  state: Exp;  lines: +0 -1
Remove obsolete mastersite.

Source:		distfile survey

v. 1.27 date: 2004/05/25 05:33:35; author: krion; state: Exp; lines: +1 -1 - Fix MASTER_SITES PR: ports/67154 Submitted by: Roman Neuhauser
v. 1.26 date: 2004/04/10 17:26:48; author: trevor; state: Exp; lines: +2 -2 Tidy up whitespace.
v. 1.25 date: 2004/04/07 13:26:20; author: clement; state: Exp; lines: +1 -1 - tar -> ${TAR} (since we have now a bsdtar ;)
v. 1.24 date: 2003/08/16 16:02:39; author: petef; state: Exp; lines: +3 -1 Add MASTER_SITE_PACKETSTORM as an additional mirror. PR: 52109 Submitted by: Jim Geovedi Approved by: various maintainers, timeouts
v. 1.23 date: 2003/02/20 18:59:03; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.22 date: 2002/11/10 16:47:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.21 date: 2002/11/06 22:46:47; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.20 date: 2002/05/08 19:18:21; author: obrien; state: Exp; lines: +3 -5 Update master sites Submitted by: Cyrille Lefevre PR: 37850
v. 1.19 date: 2002/01/29 11:58:39; author: knu; state: Exp; lines: +2 -2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.18 date: 2000/11/25 00:05:06; author: obrien; state: Exp; lines: +1 -2 Remove the restriction on these due to containing DES code.
v. 1.17 date: 2000/04/21 08:18:14; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.16 date: 2000/04/17 00:18:36; author: reg; state: Exp; lines: +3 -3 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.15 date: 2000/04/09 18:29:29; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.14 date: 2000/03/22 00:26:45; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.13 date: 2000/03/20 02:36:13; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.12 date: 2000/02/13 03:23:11; author: obrien; state: Exp; lines: +11 -11 Style nits in the ports I maintain.
v. 1.11 date: 1999/09/04 19:24:50; author: obrien; state: Exp; lines: +1 -2 portlint
v. 1.10 date: 1999/08/31 01:50:59; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.9 date: 1999/08/28 02:42:08; author: mharo; state: Exp; lines: +3 -3 expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR}
v. 1.8 date: 1999/08/27 22:30:08; author: mharo; state: Exp; lines: +4 -4 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.7 date: 1998/10/10 03:42:59; author: steve; state: Exp; lines: +2 -2 '-lcrypt' is needed in the USE_DES case too. PR: 8080
v. 1.6 date: 1997/11/26 01:42:55; author: obrien; state: Exp; lines: +1 -2 Don't fetch Crack from a US site.
v. 1.5 date: 1997/06/09 15:13:41; author: fenner; state: Exp; lines: +3 -3 Replace a couple of non-working master_sites with working ones. Found by: distfile checker
v. 1.4 date: 1997/02/06 07:14:48; author: asami; state: Exp; lines: +3 -0 Add $Id$.
v. 1.3 date: 1997/02/02 11:11:51; author: obrien; state: Exp; lines: +1 -1 Minor style nitpick.
v. 1.2 date: 1997/02/02 02:22:47; author: obrien; state: Exp; lines: +8 -8 Change Makefile more to my likeing.
v. 1.1 date: 1997/02/02 01:28:03; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/02/02 01:28:03; author: obrien; state: Exp; lines: +0 -0 This is Alec Muffett's password guessing program. This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords. ============================================================================= v. 1.28 date: 2005/09/28 08:07:39; author: linimon; state: Exp; lines: +0 -1 Remove obsolete mastersite. Source: distfile survey
v. 1.27 date: 2004/05/25 05:33:35; author: krion; state: Exp; lines: +1 -1 - Fix MASTER_SITES PR: ports/67154 Submitted by: Roman Neuhauser
v. 1.26 date: 2004/04/10 17:26:48; author: trevor; state: Exp; lines: +2 -2 Tidy up whitespace.
v. 1.25 date: 2004/04/07 13:26:20; author: clement; state: Exp; lines: +1 -1 - tar -> ${TAR} (since we have now a bsdtar ;)
v. 1.24 date: 2003/08/16 16:02:39; author: petef; state: Exp; lines: +3 -1 Add MASTER_SITE_PACKETSTORM as an additional mirror. PR: 52109 Submitted by: Jim Geovedi Approved by: various maintainers, timeouts
v. 1.23 date: 2003/02/20 18:59:03; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.22 date: 2002/11/10 16:47:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.21 date: 2002/11/06 22:46:47; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.20 date: 2002/05/08 19:18:21; author: obrien; state: Exp; lines: +3 -5 Update master sites Submitted by: Cyrille Lefevre PR: 37850
v. 1.19 date: 2002/01/29 11:58:39; author: knu; state: Exp; lines: +2 -2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.18 date: 2000/11/25 00:05:06; author: obrien; state: Exp; lines: +1 -2 Remove the restriction on these due to containing DES code.
v. 1.17 date: 2000/04/21 08:18:14; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.16 date: 2000/04/17 00:18:36; author: reg; state: Exp; lines: +3 -3 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.15 date: 2000/04/09 18:29:29; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.14 date: 2000/03/22 00:26:45; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.13 date: 2000/03/20 02:36:13; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.12 date: 2000/02/13 03:23:11; author: obrien; state: Exp; lines: +11 -11 Style nits in the ports I maintain.
v. 1.11 date: 1999/09/04 19:24:50; author: obrien; state: Exp; lines: +1 -2 portlint
v. 1.10 date: 1999/08/31 01:50:59; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.9 date: 1999/08/28 02:42:08; author: mharo; state: Exp; lines: +3 -3 expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR}
v. 1.8 date: 1999/08/27 22:30:08; author: mharo; state: Exp; lines: +4 -4 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.7 date: 1998/10/10 03:42:59; author: steve; state: Exp; lines: +2 -2 '-lcrypt' is needed in the USE_DES case too. PR: 8080
v. 1.6 date: 1997/11/26 01:42:55; author: obrien; state: Exp; lines: +1 -2 Don't fetch Crack from a US site.
v. 1.5 date: 1997/06/09 15:13:41; author: fenner; state: Exp; lines: +3 -3 Replace a couple of non-working master_sites with working ones. Found by: distfile checker
v. 1.4 date: 1997/02/06 07:14:48; author: asami; state: Exp; lines: +3 -0 Add $Id$.
v. 1.3 date: 1997/02/02 11:11:51; author: obrien; state: Exp; lines: +1 -1 Minor style nitpick.
v. 1.2 date: 1997/02/02 02:22:47; author: obrien; state: Exp; lines: +8 -8 Change Makefile more to my likeing.
v. 1.1 date: 1997/02/02 01:28:03; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/02/02 01:28:03; author: obrien; state: Exp; lines: +0 -0 This is Alec Muffett's password guessing program. This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords. ============================================================================= v. 1.28 date: 2005/09/28 08:07:39; author: linimon; state: Exp; lines: +0 -1 Remove obsolete mastersite. Source: distfile survey
v. 1.27 date: 2004/05/25 05:33:35; author: krion; state: Exp; lines: +1 -1 - Fix MASTER_SITES PR: ports/67154 Submitted by: Roman Neuhauser
v. 1.26 date: 2004/04/10 17:26:48; author: trevor; state: Exp; lines: +2 -2 Tidy up whitespace.
v. 1.25 date: 2004/04/07 13:26:20; author: clement; state: Exp; lines: +1 -1 - tar -> ${TAR} (since we have now a bsdtar ;)
v. 1.24 date: 2003/08/16 16:02:39; author: petef; state: Exp; lines: +3 -1 Add MASTER_SITE_PACKETSTORM as an additional mirror. PR: 52109 Submitted by: Jim Geovedi Approved by: various maintainers, timeouts
v. 1.23 date: 2003/02/20 18:59:03; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.22 date: 2002/11/10 16:47:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.21 date: 2002/11/06 22:46:47; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.20 date: 2002/05/08 19:18:21; author: obrien; state: Exp; lines: +3 -5 Update master sites Submitted by: Cyrille Lefevre PR: 37850
v. 1.19 date: 2002/01/29 11:58:39; author: knu; state: Exp; lines: +2 -2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
v. 1.18 date: 2000/11/25 00:05:06; author: obrien; state: Exp; lines: +1 -2 Remove the restriction on these due to containing DES code.
v. 1.17 date: 2000/04/21 08:18:14; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.16 date: 2000/04/17 00:18:36; author: reg; state: Exp; lines: +3 -3 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.15 date: 2000/04/09 18:29:29; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.14 date: 2000/03/22 00:26:45; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.13 date: 2000/03/20 02:36:13; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.12 date: 2000/02/13 03:23:11; author: obrien; state: Exp; lines: +11 -11 Style nits in the ports I maintain.
v. 1.11 date: 1999/09/04 19:24:50; author: obrien; state: Exp; lines: +1 -2 portlint
v. 1.10 date: 1999/08/31 01:50:59; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.9 date: 1999/08/28 02:42:08; author: mharo; state: Exp; lines: +3 -3 expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR}
v. 1.8 date: 1999/08/27 22:30:08; author: mharo; state: Exp; lines: +4 -4 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.7 date: 1998/10/10 03:42:59; author: steve; state: Exp; lines: +2 -2 '-lcrypt' is needed in the USE_DES case too. PR: 8080
v. 1.6 date: 1997/11/26 01:42:55; author: obrien; state: Exp; lines: +1 -2 Don't fetch Crack from a US site.
v. 1.5 date: 1997/06/09 15:13:41; author: fenner; state: Exp; lines: +3 -3 Replace a couple of non-working master_sites with working ones. Found by: distfile checker
v. 1.4 date: 1997/02/06 07:14:48; author: asami; state: Exp; lines: +3 -0 Add $Id$.
v. 1.3 date: 1997/02/02 11:11:51; author: obrien; state: Exp; lines: +1 -1 Minor style nitpick.
v. 1.2 date: 1997/02/02 02:22:47; author: obrien; state: Exp; lines: +8 -8 Change Makefile more to my likeing.
v. 1.1 date: 1997/02/02 01:28:03; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/02/02 01:28:03; author: obrien; state: Exp; lines: +0 -0 This is Alec Muffett's password guessing program. This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm