09-01-2016, 08:35 PM
(09-01-2016, 07:03 PM)atom Wrote: IOW, it never worked on GPU. Did you try hashcat 3.1 in CPU mode?
Sorry to ask, but how??
I checked the docs and it seems it only accepts the gpu as available device.
--opencl-platforms | Str | OpenCL platforms to use, separate with comma | --opencl-platforms=2
-D, --opencl-device-types | Str | OpenCL device-types to use, separate with comma | -D 1
[ OpenCL Device Types ] -
# | Device Type
===+=============
1 | CPU
2 | GPU
3 | FPGA, DSP, Co-Processor
--opencl-platforms=1 <- nvidia device
--opencl-platforms=2 <- not available
Code:
client1 hashcat-3.10 # ./hashcat32.bin -m 2500 --opencl-platforms=2 test.hccap common_passwords_from_hacked_websites.txt
Generating bitmap tables with 16 bits...
ERROR: The platform selected by the --opencl-platforms parameter is larger than the number of available platforms (1)
and also
Code:
client1 hashcat-3.10 # ./hashcat32.bin -m 2500 -D 1 test.hccap common_passwords_from_hacked_websites.txt
ERROR: No devices found/left