CUDA Error
#1
Hey guys, first off I just like to thank atom and the gang for creating a great community for hash cracking.

I'm trying to bruteforce a test NTLM hash using cudaHashcat-plus, and I created a dictionary and ruleset using the method mentioned here: http://hashcat.net/forum/thread-541-post...ml#pid2548

I'm receiving the following error after executing this command:

cudaHashcat-plus64.exe -m 1000 --rules-file 4char.rule --outfile cracked.txt 4char.txt

cudaHashcat-plus v0.07 by atom starting...

Hashes: 2
Unique digests: 2
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 15018570
GPU-Loops: 128
GPU-Accel: 8
Password lengths range: 1 - 15
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce GTX 460, 1024MB, 1640Mhz, 7MCU
Device #1: Allocating 8MB host-memory
ERROR: ERROR: cuMemAlloc() 2

I used maskprocessor to create the ruleset and dictionary files:

mp64 -1 ?l?d?u $?1 > 4char.rule
print "2 Character"
mp64 -1 ?l?d?u $?1$?1 >> 4char.rule
print "3 Character"
mp64 -1 ?l?d?u $?1$?1$?1 >> 4char.rule
print "4 Character"
mp64 -1 ?l?d?u $?1$?1$?1$?1 >> 4char.rule
pause

mp64 -1 ?l?d?u ?1 > 4char.txt
print "2 Character"
mp64 -1 ?l?d?u ?1?1 >> 4char.txt
print "3 Character"
mp64 -1 ?l?d?u ?1?1?1 >> 4char.txt
print "4 Character"
mp64 -1 ?l?d?u ?1?1?1?1 >> 4char.txt
pause

Anyone got any tips?


Messages In This Thread
CUDA Error - by endiz - 01-10-2012, 03:38 AM
RE: CUDA Error - by atom - 01-10-2012, 11:54 AM
RE: CUDA Error - by endiz - 01-10-2012, 03:07 PM
RE: CUDA Error - by atom - 01-10-2012, 04:58 PM
RE: CUDA Error - by endiz - 01-11-2012, 06:14 AM
RE: CUDA Error - by mastercracker - 01-11-2012, 07:56 AM
RE: CUDA Error - by endiz - 01-11-2012, 06:07 PM
RE: CUDA Error - by endiz - 01-12-2012, 01:08 AM
RE: CUDA Error - by restrictedbytes - 01-12-2012, 01:24 AM
RE: CUDA Error - by endiz - 01-12-2012, 02:59 AM
RE: CUDA Error - by restrictedbytes - 01-12-2012, 03:31 AM
RE: CUDA Error - by endiz - 01-12-2012, 04:59 AM