# HG changeset patch # User Samuel Trassare # Date 1331144182 28800 # Node ID 3d13d460f4df430b84d974237bcb9809bc9d7708 # Parent d635a5200162dc3b2ed84d210e7844f222075dd6 john: added dumb??.conf and generic.conf to support default operation diff -r d635a5200162 -r 3d13d460f4df john/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/john/description.txt Wed Mar 07 10:16:22 2012 -0800 @@ -0,0 +1,4 @@ +John the Ripper is a fast password cracker. Its primary purpose is to detect +weak passwords. Besides several crypt(3) password hash types most commonly found +on various systems, supported out of the box are Windows LM hashes, plus lots of +other hashes and ciphers in the community-enhanced version. diff -r d635a5200162 -r 3d13d460f4df john/receipt --- a/john/receipt Wed Mar 07 17:24:26 2012 +0100 +++ b/john/receipt Wed Mar 07 10:16:22 2012 -0800 @@ -39,6 +39,8 @@ cp -a $src/run/unique $fs/usr/sbin cp -a $src/run/unshadow $fs/usr/sbin cp -a $src/run/*.chr $fs/usr/share/john + cp -a $src/run/dumb??.conf $fs/usr/share/john + cp -a $src/run/generic.conf $fs/usr/share/john cp -a $src/run/password.lst $fs/usr/share/john cp $src/run/john.conf $fs/etc/john sed -i 's|$JOHN|/usr/share/john|g' $fs/etc/john/john.conf