Skip to content

Commit 74dccf6

Browse files
jfougmagnum
authored and
magnum
committed
1.08 (dynamic)
1 parent 74af77b commit 74dccf6

38 files changed

+7626
-98
lines changed

dynamic_0_raw_tst.in

+1,501
Large diffs are not rendered by default.

md5_gen_0_tst.in dynamic_0_tst.in

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

md5_gen_1_tst.in dynamic_1_tst.in

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dynamic_2_raw_tst.in

+1,501
Large diffs are not rendered by default.

md5_gen_2_tst.in dynamic_2_tst.in

File renamed without changes.

dynamic_3_raw_tst.in

+1,501
Large diffs are not rendered by default.

md5_gen_3_tst.in dynamic_3_tst.in

File renamed without changes.

md5_gen_4_tst.in dynamic_4_tst.in

File renamed without changes.

md5_gen_5_tst.in dynamic_5_tst.in

File renamed without changes.
File renamed without changes.

md5_gen_6_tst.in dynamic_6_tst.in

File renamed without changes.

md5_gen_7_tst.in dynamic_7_tst.in

File renamed without changes.

md5_gen_8_tst.in dynamic_8_tst.in

File renamed without changes.

md5_gen_9_tst.in dynamic_9_tst.in

File renamed without changes.

rawmd5u_raw_tst.in

+1,501
Large diffs are not rendered by default.

rawmd5u_raw_tst_utf8.in

+1,501
Large diffs are not rendered by default.

tstall

+114-94
Large diffs are not rendered by default.

tstone

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22

33
#-------------------------------------------------------------------
4-
# John, testing suite, v1.07 (early release). Jim Fougeron.
4+
# John, testing suite, v1.08. Jim Fougeron.
55
#
66
# No copyright is claimed, and the software is hereby
77
# placed in the public domain. In case this attempt to disclaim
88
# copyright and place the software in the public domain is deemed
9-
# null and void, then the software is Copyright © 2009 Jim Fougeron
9+
# null and void, then the software is Copyright © 2011 Jim Fougeron
1010
# and it is hereby released to the general public under the following
1111
# terms:
1212
#
@@ -22,6 +22,8 @@ if [ x"$JOHN_PATH" = x ]; then
2222
export JOHN_EXE
2323
fi
2424

25+
#echo ./tstone $1 $2 $3 $4 $5 $6 $7 $8
26+
2527
rm -f tst.rec
2628
rm -f tst.pot
2729
rm -f tst.log
@@ -44,6 +46,7 @@ if [ "$5" != "$EXPARM" ]; then
4446
fi
4547

4648
#echo dict=$1.dic file=$2
49+
#echo $JOHN_EXE -nolog -config=$JOHN_PATH/john.conf -pot=./tst.pot -sess=./tst -w=./$1.dic $EXPARM $2
4750
JOHN_OUT=`$JOHN_EXE -nolog -config=$JOHN_PATH/john.conf -pot=./tst.pot -sess=./tst -w=./$1.dic $EXPARM $2 2>&1 >/dev/null | awk '{printf("%s %s %s %s %s\n",$1,$2,$3,$4,$5);}' | grep guesses`
4851
# $JOHN_EXE -nolog -config=$JOHN_PATH/john.conf -pot=./tst.pot -sess=./tst -w=./$1.dic $EXPARM $2
4952

tstonebase

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22

33
#-------------------------------------------------------------------
4-
# John, testing suite, v1.07 (early release). Jim Fougeron.
4+
# John, testing suite, v1.08. Jim Fougeron.
55
#
66
# No copyright is claimed, and the software is hereby
77
# placed in the public domain. In case this attempt to disclaim
88
# copyright and place the software in the public domain is deemed
9-
# null and void, then the software is Copyright © 2009 Jim Fougeron
9+
# null and void, then the software is Copyright © 2011 Jim Fougeron
1010
# and it is hereby released to the general public under the following
1111
# terms:
1212
#

0 commit comments

Comments
 (0)