diff options
Diffstat (limited to 'security/john/files/patch-john.conf')
-rw-r--r-- | security/john/files/patch-john.conf | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/security/john/files/patch-john.conf b/security/john/files/patch-john.conf deleted file mode 100644 index 4eb2646241ca..000000000000 --- a/security/john/files/patch-john.conf +++ /dev/null @@ -1,41 +0,0 @@ ---- ../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 |