Need redirection, can't find the answer anymore
#5
OK, I've made some tests:

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 Smile


Messages In This Thread
What I think is a kernel bug - by mastercracker - 07-17-2012, 06:38 PM
RE: Need redirection, can't find the answer anymore - by atom - 07-18-2012, 04:57 PM