Closed GoogleCodeExporter closed 9 years ago
Sorry this should have been the command listed in my original question above:
nohup truecrack -t test -m8 -c pasword -v > bma.out 2> bmaError.out &
And here's the output:
TrueCrack v2.5
Website: http://code.google.com/p/truecrack
Contact us: infotruecrack@gmail.com
1 - 0/7 >> p : NO MATCH
1 - 1/7 >> a : NO MATCH
1 - 2/7 >> s : NO MATCH
1 - 3/7 >> w : NO MATCH
1 - 4/7 >> o : NO MATCH
1 - 5/7 >> r : NO MATCH
1 - 6/7 >> d : NO MATCH
Found password: "p" of length "1", try "7" words.
Original comment by bgmarch...@gmail.com
on 28 Jan 2013 at 5:02
I suggest to use the latest svn version (v2.9), it implements the "-s" option.
truecrack -t volume -c pasword -m8 -v
TrueCrack v2.9
Website: http://code.google.com/p/truecrack
Contact us: infotruecrack@gmail.com
PWDSIZE - COMBINATION/MAXCOMBINATION >> PWD : RESULT
1 - 0/7 >> p : NO MATCH
1 - 1/7 >> a : NO MATCH
1 - 2/7 >> s : NO MATCH
1 - 3/7 >> w : NO MATCH
1 - 4/7 >> o : NO MATCH
1 - 5/7 >> r : NO MATCH
1 - 6/7 >> d : NO MATCH
2 - 0/49 >> pp : NO MATCH
2 - 1/49 >> ap : NO MATCH
or with "-s" option:
truecrack -t volume -c pasword -s6 -m8 -v
TrueCrack v2.9
Website: http://code.google.com/p/truecrack
Contact us: infotruecrack@gmail.com
PWDSIZE - COMBINATION/MAXCOMBINATION >> PWD : RESULT
6 - 0/117649 >> pppppp : NO MATCH
6 - 1/117649 >> appppp : NO MATCH
6 - 2/117649 >> sppppp : NO MATCH
Original comment by luck87
on 4 Feb 2013 at 10:42
Original comment by luck87
on 10 Feb 2013 at 10:41
Original issue reported on code.google.com by
bgmarch...@gmail.com
on 28 Jan 2013 at 4:59