Slow crack with GPU Nvidia 335M
#1
Brick 
Hi everyone,

Im getting new with hashcat... anyway Im trying to crack a DES hash with a nvidia Geforce 335M (notebook) but the speed seems to be really slow (2200 k/s). Testing with the examples included in hashcat plus and lite the speeds doesn't pass the 30000k/s. This is a "screenshot" of my try...

..\GPU\oclHashcat-plus-0.081-64\oclHashcat-plus-0.08>c
exe -m 1500 -a 3 XXXXXXXX ?d?d?d?s?u?u?u
cudaHashcat-plus v0.08 by atom starting...

Hashes: 1
Unique salts: 1
Unique digests: 1
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
GPU-Loops: 8
GPU-Accel: 1
Password lengths range: 1 - 8
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GT 335M, 1024MB, 1080Mhz, 9MCU
Device #1: Allocating 1MB host-memory
Device #1: Kernel ./kernels/4318/m1500_a3.sm_12.64.cubin

[s]tatus [p]ause [r]esume [q]uit => s
Status.......: Running
Input.Mode...: Mask (?d?d?d?s?u?u?u)
Hash.Target..: xxxxxxxxx
Hash.Type....: descrypt, DES(Unix), Traditional DES
Time.Running.: 9 secs
Time.Left....: 8 mins, 45 secs
Time.Util....: 9441.1ms/2.7ms Real/CPU, 0.0% idle
Speed........: 1085.5k c/s Real, 1087.3k c/s GPU
Recovered....: 0/1 Digests, 0/1 Salts
Progress.....: 10248192/580008000 (1.77%)
Rejected.....: 0/10248192 (0.00%)
HW.Monitor.#1: 93% GPU, 43c Temp
[s]tatus [p]ause [r]esume [q]uit => q

Status.......: Aborted
Input.Mode...: Mask (?d?d?d?s?u?u?u)
Hash.Target..: xxxxxxxxxxxxx
Hash.Type....: descrypt, DES(Unix), Traditional DES
Time.Running.: 1 min, 12 secs
Time.Left....: 7 mins, 44 secs
Time.Util....: 72185.0ms/2.8ms Real/CPU, 0.0% idle
Speed........: 1081.4k c/s Real, 1054.0k c/s GPU
Recovered....: 0/1 Digests, 0/1 Salts
Progress.....: 78059520/580008000 (13.46%)
Rejected.....: 0/78059520 (0.00%)
HW.Monitor.#1: 0% GPU, 49c Temp

Started: Thu Aug 23 09:09:01 2012
Stopped: Thu Aug 23 09:10:14 2012

How I can improve this speed, drivers problem, hardware, options, sintax, any tip???

Thanks for your time!
#2
First of all, thank you for masking your hash. Second, its not a really powerful card and DES is crazy slow.
#3
There are two things wrong here: the first is "Nvidia", and the second is "notebook." Nvidia GPUs are slow enough as it is, let alone their mobile GPUs.

A good solution would be to get a desktop or server with an AMD GPU or four, and ssh into it from your notebook so you can crack when mobile.
#4
:O Ok, thanks for the comments and aclaritions