Getting 0 H/s
#1
Hello there guys! thanks for your time.

I looked up for this error on google for hours and no result Sad

I'm trying cudaHashcat64 (and 32) on windows 7 x64 with Amd x6 (1033t) and Nvidia 460 GTX (with cuda lastest drivers) but I get 0 H/s:

Code:
d:\tools\HashCat 1.21>cudaHashcat64.exe -m 500 pass.txt cudaHashcat v1.21 starting... Device #1: GeForce GTX 460, 1024MB, 1720Mhz, 7MCU Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702 You can disable it with a regpatch, see here: http://hashcat.net/wiki/doku.php?id=timeout_patch Hashes: 1 hashes; 1 unique digests, 1 unique salts Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes Rules: 1 Applicable Optimizers: * Zero-Byte * Single-Hash * Single-Salt Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 80c Device #1: Kernel ./kernels/4318/m0500.sm_21.64.ptx Device #1: Kernel ./kernels/4318/bzero.64.ptx Starting attack in stdin mode... Session.Name...: cudaHashcat Status.........: Running Input.Mode.....: Pipe Hash.Target....: $1$XXXXXXXXXXXXXXXXXXXXXXXXX/ Hash.Type......: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 Time.Started...: Tue Jun 24 01:37:20 2014 (9 secs) Speed.GPU.#1...: 0 H/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 0 Skipped........: 0 Rejected.......: 0 HWMon.GPU.#1...: 0% Util, 46c Temp, N/A Fan Session.Name...: cudaHashcat Status.........: Running Input.Mode.....: Pipe Hash.Target....: $1$XXXXXXXXXXXXXXXXXXXXXXXXX/ Hash.Type......: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 Time.Started...: Tue Jun 24 01:37:20 2014 (19 secs) Speed.GPU.#1...: 0 H/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 0 Skipped........: 0 Rejected.......: 0 HWMon.GPU.#1...: 0% Util, 48c Temp, N/A Fan

I tried the example hash and same problem (so no extrange issue about the hash). The dictionary based attack works (using the dic on the hashcat folder) but not rule based attack working. I also tried the -b parameter (benchmark) and the video board start working (gpu usagge goes up and temp too).

Any ideas where I can look?

thanks again for the time and hope you have a great day!
#2
Your problem is

(06-24-2014, 06:40 AM)deftoner Wrote: Input.Mode.....: Pipe

You need to read the wiki.
#3
(06-24-2014, 07:28 AM)epixoip Wrote: Your problem is

(06-24-2014, 06:40 AM)deftoner Wrote: Input.Mode.....: Pipe

You need to read the wiki.

Hello epixoip, thanks for your reply. I found the solution. Thanks!
#4
Hello,
I have a similar issue with the following command line :
./cudaHashcat-1.21/cudaHashcat64.bin -a 3 -m 7100 -1 "?l?u?d -_àé" --increment-min=6 --status -o result.passwd ./data/hashcat.hash ?1?1?1?1?1?1?1?1

Quote:Session.Name...: cudaHashcat
Status.........: Running
Input.Mode.....: Mask (?1?1?1?1?1?1?1?1) [8]
Hash.Target....: <hash>
Hash.Type......: OSX v10.8 / v10.9
Time.Started...: Sat Aug 16 08:51:46 2014 (7 mins, 50 secs)
Time.Estimated.: 0 secs
Speed.GPU.#1...: 0 H/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 106496/457163239653376 (0.00%)
Skipped........: 0/106496 (0.00%)
Rejected.......: 0/106496 (0.00%)
HWMon.GPU.#1...: -1% Util, 60c Temp, -1% Fan
#5
you actually aren't having any issue at all, the algorithm you are cracking is just really slow.

(08-16-2014, 09:02 AM)assilum Wrote: Status.........: Running
Time.Started...: Sat Aug 16 08:51:46 2014 (7 mins, 50 secs)
Progress.......: 106496/457163239653376 (0.00%)

you will never crack that password with brute force, by the way.