gcode-mirror / truecrack

Automatically exported from code.google.com/p/truecrack
GNU General Public License v3.0
0 stars 1 forks source link

More than 1 word in list doesn't work #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create truecrypt volume with pw abccbaabc
2. run in either wordlist or brute force mode 
3.

What is the expected output? What do you see instead?
find the password .. doesn't

What version of the product are you using? On what operating system?
TrueCrack_Extended_Complete

Please provide any additional information below.
I tested this several ways .. it appears the first password in the list .or the 
first possibility *will* be found .. but no others after that.

ubuntu# ./truecrack -t ~/test.tc -c abc -m 9 -v | grep Not\\\|abccbaabc
267 password : abccbaabc
Not Found password for volume "/root/test.tc"

ubuntu# echo 'abccbaabc' > tlist
ubuntu# ./truecrack -t ~/test.tc -w tlist -v                        
0 password : abccbaabc
0 result : MATCH
Found password for volume "/root/test.tc" in words file "tlist"

ubuntu# echo 'abccbaabc1' > tlist            
ubuntu# echo 'abccbaabc' >> tlist           
ubuntu# ./truecrack -t ~/test.tc -w tlist -v 
0 password : abccbaabc1
1 password : abccbaabc
0 result : NO MATCH
1 result : NO MATCH
Not Found password for volume "/root/test.tc"

Original issue reported on code.google.com by branson....@gmail.com on 2 Jan 2013 at 2:23

GoogleCodeExporter commented 9 years ago
What version of the product are you using? 
TrueCrack_Extended_Complete (http://code.google.com/p/truecrack-extended/) is 
not an official version! If you use the official version download in this site, 
it will execute successful.

Original comment by luck87 on 5 Jan 2013 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by luck87 on 5 Jan 2013 at 12:47