- Update pkg-descr
- Add CONTACT and CREDITS to $DOCSDIR - Remove deprecated USE_REINPLACE - Remove unnecessary patch operation - Bump PORTREVISION
This commit is contained in:
parent
bf5540034a
commit
bb9d153d5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156313
3 changed files with 13 additions and 21 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= john
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.openwall.com/john/d/ \
|
||||
ftp://ftp.ru.openwall.com/pub/projects/john/
|
||||
|
@ -14,10 +15,9 @@ MASTER_SITES= http://www.openwall.com/john/d/ \
|
|||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Featureful Unix password cracker
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
DATAFILES= all.chr alnum.chr alpha.chr digits.chr lanman.chr password.lst
|
||||
PORTDOCS= CHANGES CONFIG EXAMPLES EXTERNAL FAQ MODES OPTIONS README RULES
|
||||
PORTDOCS= CHANGES CONFIG EXAMPLES EXTERNAL FAQ MODES OPTIONS README \
|
||||
RULES CONTACT CREDITS
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- params.h.orig Sat Dec 31 04:21:22 2005
|
||||
+++ params.h Sat Dec 31 04:25:13 2005
|
||||
@@ -22,15 +22,15 @@
|
||||
--- params.h.orig Mon Jan 9 15:33:18 2006
|
||||
+++ params.h Sat Feb 18 19:02:07 2006
|
||||
@@ -22,12 +22,12 @@
|
||||
* will probably want to set this to 1 for their builds of John.
|
||||
*/
|
||||
#ifndef JOHN_SYSTEMWIDE
|
||||
|
@ -14,11 +14,7 @@
|
|||
+#define JOHN_SYSTEMWIDE_EXEC "%%PREFIX%%/bin/john"
|
||||
#endif
|
||||
#ifndef JOHN_SYSTEMWIDE_HOME
|
||||
-#define JOHN_SYSTEMWIDE_HOME "/usr/share/john"
|
||||
+#define JOHN_SYSTEMWIDE_HOME "%%DATADIR%%"
|
||||
#endif
|
||||
#define JOHN_PRIVATE_HOME "~/.john"
|
||||
#endif
|
||||
#define JOHN_SYSTEMWIDE_HOME "/usr/share/john"
|
||||
@@ -74,8 +74,8 @@
|
||||
/*
|
||||
* File names.
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
John the Ripper is a UNIX password cracker, currently available for UNIX
|
||||
(tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 Alpha), DOS,
|
||||
WinNT/Win95.
|
||||
|
||||
John the Ripper supports the following cracking modes:
|
||||
- wordlist with or without rules;
|
||||
- "single crack", makes use of the login/GECOS information;
|
||||
- incremental, tries all character combinations;
|
||||
- external, allows you to define your own cracking mode.
|
||||
- MD5 based password files support
|
||||
John the Ripper is a fast password cracker, currently available for many flavors
|
||||
of Unix (11 are officially supported, not counting different architectures),
|
||||
DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix
|
||||
passwords. Besides several crypt(3) password hash types most commonly found on
|
||||
various Unix flavors, supported out of the box are Kerberos/AFS and Windows
|
||||
NT/2000/XP LM hashes, plus many more with contributed patches.
|
||||
|
||||
WWW: http://www.openwall.com/john/
|
||||
|
|
Loading…
Reference in a new issue