wok rev 12044

john: added dumb??.conf and generic.conf to support default operation
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 10:16:22 2012 -0800 (2012-03-07)
parents d635a5200162
children 88cfcda0c8aa
files john/description.txt john/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/john/description.txt	Wed Mar 07 10:16:22 2012 -0800
     1.3 @@ -0,0 +1,4 @@
     1.4 +John the Ripper is a fast password cracker. Its primary purpose is to detect 
     1.5 +weak passwords. Besides several crypt(3) password hash types most commonly found
     1.6 +on various systems, supported out of the box are Windows LM hashes, plus lots of
     1.7 +other hashes and ciphers in the community-enhanced version.
     2.1 --- a/john/receipt	Wed Mar 07 17:24:26 2012 +0100
     2.2 +++ b/john/receipt	Wed Mar 07 10:16:22 2012 -0800
     2.3 @@ -39,6 +39,8 @@
     2.4  	cp -a $src/run/unique $fs/usr/sbin
     2.5  	cp -a $src/run/unshadow $fs/usr/sbin
     2.6  	cp -a $src/run/*.chr $fs/usr/share/john
     2.7 +	cp -a $src/run/dumb??.conf $fs/usr/share/john
     2.8 +	cp -a $src/run/generic.conf $fs/usr/share/john
     2.9  	cp -a $src/run/password.lst $fs/usr/share/john
    2.10  	cp $src/run/john.conf $fs/etc/john
    2.11  	sed -i 's|$JOHN|/usr/share/john|g' $fs/etc/john/john.conf