diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-10 10:15:12 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:35 -0600 |
commit | ad90eeba7cde7de46559fc1c4417bb20c4e146b1 (patch) | |
tree | d4d749a1f30516591e62c89d681dd7a70f242a24 /system/john/README | |
parent | 1df2035c1f0811dc4c1c6c4ce78aa23041b7aecb (diff) |
system/john: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/john/README')
-rw-r--r-- | system/john/README | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/system/john/README b/system/john/README index 680dc18c4d07..1def1f7ff464 100644 --- a/system/john/README +++ b/system/john/README @@ -3,14 +3,6 @@ weak 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/2003 LM hashes, plus several more with contributed patches. -This script includes an option to apply the community-enhanced "Jumbo" patch, -which integrates lots of contributed patches adding support for over 40 -additional hash and cipher types (including popular ones such as NTLM, raw MD5, -etc.), as well as some optimizations and features. Unfortunately, its overall -quality is lower than the official version's. To include the Jumbo patch, -simply pass JUMBO=1 to the build script: - JUMBO=1 sh john.SlackBuild - This script also includes an option to merge the /usr/share/dict/words dictionary into the standard password list, which marginally improves results compared with the default password list. To include this, simply pass @@ -18,7 +10,7 @@ MERGEWORDS=1 to the build script: MERGEWORDS=1 sh john.SlackBuild The options can be used in combination as well: - JUMBO=1 MERGEWORDS=1 sh john.SlackBuild + MERGEWORDS=1 sh john.SlackBuild For more information, consult the project's homepage and/or the documentation -installed in /usr/doc/john-1.7.9 +installed in /usr/doc/john-1.8.0 |