Very slow speed
#11
I don't think it will work, but this is some opencl issue, not hashcat.
#12
(11-14-2016, 09:32 PM)atom Wrote: I don't think it will work, but this is some opencl issue, not hashcat.

Mb u have some advice how can i fix that?(
#13
This is the best hint I can give you:

https://hashcat.net/wiki/doku.php?id=fre...hould_i_do

Follow it *exactly*. If it does not help there's nothing else we can do.
#14
(11-16-2016, 01:05 PM)D1kiy Wrote:
(11-14-2016, 09:32 PM)atom Wrote: I don't think it will work, but this is some opencl issue, not hashcat.

Mb u have some advice how can i fix that?(

well if u are out of fix, just use the older hashcat.. Smile
#15
(11-16-2016, 05:27 PM)atom Wrote: This is the best hint I can give you:

https://hashcat.net/wiki/doku.php?id=fre...hould_i_do

Follow it *exactly*. If it does not help there's nothing else we can do.

I followed it exactly and it helped me. Thank you very much. Wink
#16
But I have some questions  again (look the selected text pls):

hashcat (v3.10) starting...

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
- Device #1: Devastator, 512/2047 MB allocatable, 6MCU
- Device #2: Turks, 512/2048 MB allocatable, 6MCU
- Device #3: AMD A10-4600M APU with Radeon(tm) HD Graphics  , skipped - Why CPU is not used? -d 1, 2, 3 doesn't help

WARN: ADL_Overdrive6_FanSpeed_Get(): -1  - What means this warning?

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 set to 90c
Watchdog: Temperature retain trigger set to 75c

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.........: Running
Input.Mode.....: ***
Hash.Target....: ***
Hash.Type......: WPA/WPA2
Time.Started...: Sun Nov 20 20:52:17 2016 (1 sec)
Time.Estimated.: Sun Nov 20 21:02:42 2016 (10 mins, 18 secs)
Speed.Dev.#1...:     8900 H/s (15.23ms)
Speed.Dev.#2...:     6594 H/s (17.08ms)
Speed.Dev.#*...:    15495 H/s - now I achieved this speed. I think it is not very fast, but it x10 faster than I had before and I think its very good for my old notebook
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 16896/9606541 (0.18%)
Rejected.......: 0/16896 (0.00%)
Restore.Point..: 9216/9606541 (0.10%)
HWMon.Dev.#1...: Util: 98% Core: 685Mhz Mem: 800Mhz Lanes:16
HWMon.Dev.#2...: Util:  0% Core: 600Mhz Mem: 900Mhz Lanes:16
#17
By default, if hashcat detect a GPU, it will not use the CPU. You have do enable it manually if you really want to do this. Use -D 1,2 (uppercase D!)

The ADL_Overdrive6_FanSpeed_Get() is just an error message telling you hashcat is unable to read the fanspeed from your device. That's fine if you have a notebook, typically this never works for them using ADL. Ignore it.