pkg://john-1.6.38-7.src.rpm:14558377/john-john.conf.patch
info downloads
#
# Description: patch for the SUSE LINUX specific john.conf
#
--- john-1.6.38/run/john.conf 2005-06-03 16:13:33.000000000 +0200
+++ john-1.6.38/run/john.conf 2005-06-03 19:17:08.000000000 +0200
@@ -5,7 +5,7 @@
[Options]
# Wordlist file name, to be used in batch mode
-Wordlist = $JOHN/password.lst
+Wordlist = /var/lib/john/password.lst
# Use idle cycles only
Idle = N
# Crash recovery file saving delay in seconds
@@ -316,25 +316,25 @@
# Incremental modes
[Incremental:All]
-File = $JOHN/all.chr
+File = /var/lib/john/all.chr
MinLen = 0
MaxLen = 8
CharCount = 95
[Incremental:Alpha]
-File = $JOHN/alpha.chr
+File = /var/lib/john/alpha.chr
MinLen = 1
MaxLen = 8
CharCount = 26
[Incremental:Digits]
-File = $JOHN/digits.chr
+File = /var/lib/john/digits.chr
MinLen = 1
MaxLen = 8
CharCount = 10
[Incremental:LanMan]
-File = $JOHN/lanman.chr
+File = /var/lib/john/lanman.chr
MinLen = 0
MaxLen = 7
CharCount = 69