Very slow speed
#1
Hello. Hashcat working very slow on my notebook, so mb I'm doing something wrong and you can help me? 


CPU: AMD A10-4600 APU with Radeon(tm) HD Graphics 2.30 GHz
GPU: 
AMD Radeon HD 7600M Series
AMD Radeon HD 7660G + HD 7600M Dual Graphics
OS: Windows 7 x64


>hashcat64 -m 2500 *.hccap wpa.lst
Code:
hashcat (v3.10) starting...

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
- Device #1: AMD A10-4600M APU with Radeon(tm) HD Graphics  , 5593/5593 MB allocatable, 4MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Slow-Hash-SIMD
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

Cache-hit dictionary stats wpa.lst: 104330992 bytes, 9606541 words, 9606541 keyspace

[s]tatus [p]ause [r]esume ypass [c]heckpoint [q]uit =>

Session.Name...: hashcat
Status.........: Paused
Input.Mode.....: File (wpa.lst)
Hash.Target....: 
Hash.Type......: WPA/WPA2
Time.Started...: Thu Nov 10 14:06:50 2016 (19 secs)
Time.Estimated.: Thu Nov 10 15:30:59 2016 (1 hour, 23 mins)
[b]Speed.Dev.#1...:     1906 H/s (12.28ms) [/b]
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 22848/9606541 (0.24%)
Rejected.......: 0/22848 (0.00%)
Restore.Point..: 22848/9606541 (0.24%)

[s]tatus [p]ause [r]esume ypass [c]heckpoint [q]uit =>

And speed changes from 1500 to 2000 H/s. I think it's very small speed for this utillitie.
#2
u are using ur cpu to cracking this wpa file..

use ur graphic card with -D to select another device
#3
(11-10-2016, 04:51 PM)kiara Wrote: u are using ur cpu to cracking this wpa file..

use ur graphic card with -D to select another device

If is it possible can you say in detail how to do it? Thanks
#4
i just did...

try to use -d 2 -d 3 and so on... to select other devices like ur gpus..
#5
(11-10-2016, 11:42 PM)kiara Wrote: i just did...

try to use -d 2 -d 3 and so on... to select other devices like ur gpus..


But as can you see in log, it shows me only one device, so I can't use -d 2, -d 3 and etc. So mb I must do some changes in settings or somethink other?

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
- Device #1: AMD A10-4600M APU with Radeon(tm) HD Graphics  , 5593/5593 MB allocatable, 4MCU
#6
1. Do not confuse -d and -D, those are different options
2. To make use of all your devices, make sure to have the OpenCL runtime of all of them installed correctly
#7
(11-11-2016, 11:14 AM)atom Wrote: 1. Do not confuse -d and -D, those are different options
2. To make use of all your devices, make sure to have the OpenCL runtime of all of them installed correctly

Thanks for your reply. 
I think I have installed OpenCL:
Code:
OpenCL™ Version - 2.0.4.0
Anyway I don't see my devices in HashCat. Mb I have to turn on somethink in settings? 
But İ see only "OpenGL on/off" in settings and nothing about OpenCL.
#8
Please try again with latest hashcat beta, it will show us if your opencl installation is ok. You can find it here: https://hashcat.net/beta/
#9
(11-11-2016, 09:17 PM)atom Wrote: Please try again with latest hashcat beta, it will show us if your opencl installation is ok. You can find it here: https://hashcat.net/beta/

It doesn't work for me:
Code:
hashcat (v3.10-667-g2bda020) starting...

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: AMD A10-4600M APU with Radeon(tm) HD Graphics  , 2047/5593 MB allocatable, 4MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Slow-Hash-SIMD

Watchdog: Hardware Monitoring Interface not found on your system
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

[color=#ff3333]clEnqueueNDRangeKernel(): CL_INVALID_WORK_GROUP_SIZE[/color]

Started: Sat Nov 12 12:12:14 2016
Stopped: Sat Nov 12 12:12:21 2016
#10
I'm still waiting for help Sad