Problem with 7zip and ERROR: clEnqueueReadBuffer(): CL_INVALID_VALUE
#1
Hello everyone,

I have the following 2 problems with hashcat 3.0 and 3.1:

after having installed a new nvida-Driver (372.54) for my GTX750Ti I launched a 7zip test decryption.

The password was "яliebeтебя" (special for this forum thought out password).

I launched a dictionary attack. The dictionary contains only this word. I created 2 dictionaries: Win1252 and UTF8. Both attacks were unsuccessful.

Code:
hashcat (v3.10) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
- Device #1: GeForce GTX 750 Ti, 512/2048 MB allocatable, 5MCU
- Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
             See the wiki on how to disable it: https://hashcat.net/wiki/doku.php?id=timeout_patch

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

Generated dictionary stats for C:\Users\S\Desktop\dict_UTF8.txt: 16 bytes, 1 words, 1 keyspace

ATTENTION!
  The wordlist or mask you are using is too small.
  Therefore, hashcat is unable to utilize the full parallelization power of your device(s).
  The cracking speed will drop.
  Workaround: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed

INFO: approaching final keyspace, workload adjusted

Session.Name...: all
Status.........: Exhausted
Input.Mode.....: File (C:\Users\S\Desktop\dict_UTF8.txt)
Hash.Target....: $7z$0$19$0$1122$8$b536c305c1ea6cbd0000000...
Hash.Type......: 7-Zip
Time.Started...: Sun Aug 21 10:43:12 2016 (3 secs)
Speed.Dev.#1...:        0 H/s (0.22ms)
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 1/1 (100.00%)
Rejected.......: 0/1 (0.00%)

Started: Sun Aug 21 10:43:12 2016
Stopped: Sun Aug 21 10:43:21 2016

C:\Users\S\Desktop\HashcatGUI_050b1\hashcat-3.10\hashcat-3.10>

OK. Then I changed the password in "ichliebedich". Created a new dictionary with this word and launched the attack again.

Now getting the error message: ERROR: clEnqueueReadBuffer(): CL_INVALID_VALUE

Code:
hashcat (v3.10) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
- Device #1: GeForce GTX 750 Ti, 512/2048 MB allocatable, 5MCU
- Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702
             See the wiki on how to disable it: https://hashcat.net/wiki/doku.php?id=timeout_patch

WARNING: NVML library load failed, proceed without NVML HWMon enabled.
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
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

Cache-hit dictionary stats C:\Users\S\Desktop\dict.txt: 12 bytes, 1 words, 1 keyspace

ATTENTION!
  The wordlist or mask you are using is too small.
  Therefore, hashcat is unable to utilize the full parallelization power of your device(s).
  The cracking speed will drop.
  Workaround: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed

INFO: approaching final keyspace, workload adjusted

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

ERROR: clEnqueueReadBuffer(): CL_INVALID_VALUE


Session.Name...: all
Status.........: Exhausted
Input.Mode.....: File (C:\Users\S\Desktop\dict.txt)
Hash.Target....: $7z$0$19$0$1122$8$c0b81376e2ff65920000000...
Hash.Type......: 7-Zip
Time.Started...: Sun Aug 21 11:19:00 2016 (3 secs)
Speed.Dev.#1...:        0 H/s (0.13ms)
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 1/1 (100.00%)
Rejected.......: 0/1 (0.00%)

Started: Sun Aug 21 11:19:00 2016
Stopped: Sun Aug 21 11:19:10 2016

C:\Users\S\Desktop\HashcatGUI_050b1\hashcat-3.10\hashcat-3.10>

Why did I suddenly this error? I have not changed the system (i7-6700 3,40 Ghz, Asus GTX750Ti, Win10 64bit German Home with anniversary update, hashcat 3.x 32/64).


Messages In This Thread
Problem with 7zip and ERROR: clEnqueueReadBuffer(): CL_INVALID_VALUE - by takitano - 08-21-2016, 11:35 AM