07-18-2012, 04:57 PM
OK, I've made some tests:
As you can see, they all get cracked and the hashlist is empty. That means it works perfectly. So what makes the difference? Its either because of my catalyst driver, my hashlist or v0.09 fixed it accidentialy
Quote:root@sf:~/oclHashcat# head -100000 /root/dict/untouched/rockyou.txt | /root/hashcat-utils-1.0/len.bin 4 14 | sort -u > dict
root@sf:~/oclHashcat# perl tools/test-plus.pl passthrough 1000 < dict > hash
root@sf:~/oclHashcat# ./oclHashcat-plus64.bin -m 1000 -o found hash dict --remove --quiet
root@sf:~/oclHashcat# wc -l found hash
99829 found
0 hash
99829 total
As you can see, they all get cracked and the hashlist is empty. That means it works perfectly. So what makes the difference? Its either because of my catalyst driver, my hashlist or v0.09 fixed it accidentialy