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?
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?