WPA2 - not working vs aircrack-ng?
#8
(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


Messages In This Thread
RE: WPA2 - not working vs aircrack-ng? - by vom - 09-01-2016, 04:27 PM
RE: WPA2 - not working vs aircrack-ng? - by atom - 09-01-2016, 04:28 PM
RE: WPA2 - not working vs aircrack-ng? - by atom - 09-01-2016, 07:03 PM
RE: WPA2 - not working vs aircrack-ng? - by bastibasti - 09-01-2016, 08:35 PM
RE: WPA2 - not working vs aircrack-ng? - by atom - 09-02-2016, 03:03 PM
RE: WPA2 - not working vs aircrack-ng? - by atom - 09-05-2016, 09:29 AM