06-16-2013, 05:55 PM
So if this is not working for you w/ oclHashcat what can we do?
1. use cpu hashcat as above (./hashcat-cli64.bin -a 1 dicfile.txt --stdout > dicfile_combined.txt) and use this dict
2. use ./hashcat-cli64.bin -a 1 dicfile.txt --stdout and run oclHashcat w/o dict but pipe this output to oclHashcat:
./hashcat-cli64.bin -a 1 dicfile.txt --stdout | oclHashcat ....
1. use cpu hashcat as above (./hashcat-cli64.bin -a 1 dicfile.txt --stdout > dicfile_combined.txt) and use this dict
2. use ./hashcat-cli64.bin -a 1 dicfile.txt --stdout and run oclHashcat w/o dict but pipe this output to oclHashcat:
./hashcat-cli64.bin -a 1 dicfile.txt --stdout | oclHashcat ....