2008-06-12 18:59:58 UTC
I read the README and i find this:
"
dJohn external mode:
--------------------
The external mode used by the client to crack a work packet is created using
the skeleton in the file called "dJohn", which is the source code for this
external mode with some variables the client replaces with it's actual values.
Variables are surrounded by @ and are case sensitive (for example, to get the
size of the charset you could use "@charset_length@"). The following list
shows the currently supported variables:
Name Data type Description
charset_length int number of characters in the charset.
max_word int maximum supported size for a password.
length_word_1 int length of the first word in the work
unit.
charset string initializes an array of name "charset",
containing the
word_1 string the first word the external mode will
try.
eq_word_2 string the last word the external mode will
try.
"
I imagine that i can moddifie the john.ini of my JTR.
I search...