Noob question on command line cudahashcat64
#1
I'm trying to define a command line to crack the NTML hashes of Windows7
I've created a few to test my "script" They are relatively easy and should take seconds to crack, with no results.

cudaHashcat64.exe -t 32 -m 1000 -a 3 ntlm.hash ?a?a?a?a?a?a?a -i --increment-min=7 --increment-max=7 -o=hashresults.txt
pause

When I created the test hashes I went to "http://www.tobtu.com/lmntlm.php" set them up with upper & lower case along with numbers. I will however need the script to look at special characters as well in the future, hence the ?a. Also future consideration the min password length will be 8 char.

This is part of the status output.
Session.Name...: cudaHashcat
Status.........: Exhausted
Input.Mode.....: Mask (?a?a?a?a?a?a?a) [7]
Hash.Target....: File (ntlm.hash)
Hash.Type......: NTLM
Time.Started...: Thu Aug 07 10:32:00 2014 (4 secs)
Time.Estimated.: 0 secs
Speed.GPU.#1...: 2722.4 MH/s
Speed.GPU.#2...: 2714.7 MH/s
Speed.GPU.#3...: 2718.1 MH/s
Speed.GPU.#4...: 2713.4 MH/s
Speed.GPU.#*...: 10868.6 MH/s
Recovered......: 0/8 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 34359738368/34359738368 (100.00%)
Skipped........: 0/34359738368 (0.00%)
Rejected.......: 0/34359738368 (0.00%)
HWMon.GPU.#1...: 0% Util, 40c Temp, N/A Fan
HWMon.GPU.#2...: 0% Util, 40c Temp, N/A Fan
HWMon.GPU.#3...: 36% Util, 40c Temp, N/A Fan
HWMon.GPU.#4...: 50% Util, 40c Temp, N/A Fan

I'm using a FRED quad GPU liquid cooled.


Messages In This Thread
Noob question on command line cudahashcat64 - by mblanke - 08-07-2014, 05:02 PM