11-13-2014, 02:50 PM
The advice of Milzo was to use cpu hashcat (http://hashcat.net/hashcat/) and not oclHashcat
./hashcat-cli64.bin means cpu hashcat, because the missing ocl and the cli in the name.
oclHashcat does not support --stdout, because the plains are directly generated on gpu (not cpu), but there is an option --debug-mode (use --debug-mode 3 or --debug-mode 4) which is able to show all rules and plains of *matching* passwords (and not every plain that will be generated).
./hashcat-cli64.bin means cpu hashcat, because the missing ocl and the cli in the name.
oclHashcat does not support --stdout, because the plains are directly generated on gpu (not cpu), but there is an option --debug-mode (use --debug-mode 3 or --debug-mode 4) which is able to show all rules and plains of *matching* passwords (and not every plain that will be generated).