freebsd-ports/security/john/files/patch-john.conf
Pav Lucistnik 5a16dbc0bd - Update to 1.6.37
PR:		ports/65623
Submitted by:	Dominic Marks <dom@helenmarks.co.uk> (maintainer)
2004-04-18 17:21:06 +00:00

41 lines
879 B
Text

--- ../run/john.conf Wed Aug 20 22:56:16 2003
+++ ../run/john.conf Wed Apr 14 15:28:33 2004
@@ -5,7 +5,7 @@
[Options]
# Wordlist file name, to be used in batch mode
-Wordlist = $JOHN/password.lst
+Wordlist = %%PREFIX%%/share/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 = %%PREFIX%%/share/john/all.chr
MinLen = 0
MaxLen = 8
CharCount = 95
[Incremental:Alpha]
-File = $JOHN/alpha.chr
+File = %%PREFIX%%/share/john/alpha.chr
MinLen = 1
MaxLen = 8
CharCount = 26
[Incremental:Digits]
-File = $JOHN/digits.chr
+File = %%PREFIX%%/share/john/digits.chr
MinLen = 1
MaxLen = 8
CharCount = 10
[Incremental:LanMan]
-File = $JOHN/lanman.chr
+File = %%PREFIX%%/share/john/lanman.chr
MinLen = 0
MaxLen = 7
CharCount = 69