Version 0.7.0 seems not to write to progress file
Brought to you by:
neinbrucke,
quelrod
It seems that Version 0.7.0 doesn not write to the progress file of the session. Therefore instead of resuming it will start the cracking from the beginning.
Test (0.7.0):
./rcracki_mt -l test.md5 -t 4 -o test.out -s test /mnt/md5/
will begin cracking, test.progress stays at 0 bytes, resuming will start from the first table of test.session
Test (0.6.6):
./rcracki_mt -l test.md5 -t 4 -o test.out -s test /mnt/md5/
will begin cracking writing out completed tables to test.progress, resuming will start from the first table of test.session that is not within test.progress.
system:
Debian GNU/Linux 6.0
Kernel version 2.6.32-23-pve
g++ version string "g++ (Debian 4.4.5-8) 4.4.5"
Sadly I can verify that 0.7 does not resume properly and starts all over for the mingw windows precopiled version. Even worse it stops if a rainbow table is broken.
0.7 beta 2 has the same issue.
If you look at the source code you clearly see that writing to .progress is commented out (CrackEngine.cpp ~Line 1430)
Last edit: bkjhkjgjjkk4 2024-09-15