11-27-2015, 06:01 PM
(This post was last modified: 11-29-2015, 09:18 AM by BJENSEN.
Edit Reason: removed hash values
)
Hi!
Inspired by http://www.sqlservercentral.com/articles...ing/96540/
which has this example using an older version:
./oclHashcat-lite64.bin -m 132 -p : -o "/root/HashCat/oclHashcat-lite-0.13/SQL2008_passwords.txt" --gpu-temp-abort=100 --pw-min=4 --pw-max=12 -1 ?l?u?d?s <hash> ?1?1?1?1?1?1?1?1?1?1?1?1
I have downloaded oclHashcat-1.37
running on windows10 with AMD A10-7800 Radeon R7
I try to figure out the syntax for calling oclHashcat:
So i tried:
oclHashcat64 -m 1731 -a 3 -o "C:\Data\pw.txt" -1 ?l?u?d?s <hash> ?1?1?1?1?1?1?1?1?1?1?1?1
oclHashcat64 -m 1731 -a 3 -o "C:\Data\pw.txt" <hash>
But only get:
Session.Name...: oclHashcat
Status.........: Running
Input.Mode.....: Mask (?1?2?2?2?2) [5]
Hash.Target....: 0x0200df<deleted>...
Hash.Type......: MSSQL(2012)
Time.Started...: Fri Nov 27 16:59:33 2015 (1 sec)
Time.Estimated.: 0 secs
Speed.GPU.#1...: 34727.9 kH/s
Speed.GPU.#2...: 43060.3 kH/s
Speed.GPU.#*...: 77788.2 kH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 104136192/104136192 (100.00%)
Rejected.......: 0/104136192 (0.00%)
HWMon.GPU.#1...: 0% Util, -1c Temp, N/A Fan
HWMon.GPU.#2...: 41% Util, -1c Temp, N/A Fan
e.g. no pw recovered.
Should I change parameters?
Other things that could be wrong?
BR
Bjorn
Inspired by http://www.sqlservercentral.com/articles...ing/96540/
which has this example using an older version:
./oclHashcat-lite64.bin -m 132 -p : -o "/root/HashCat/oclHashcat-lite-0.13/SQL2008_passwords.txt" --gpu-temp-abort=100 --pw-min=4 --pw-max=12 -1 ?l?u?d?s <hash> ?1?1?1?1?1?1?1?1?1?1?1?1
I have downloaded oclHashcat-1.37
running on windows10 with AMD A10-7800 Radeon R7
I try to figure out the syntax for calling oclHashcat:
So i tried:
oclHashcat64 -m 1731 -a 3 -o "C:\Data\pw.txt" -1 ?l?u?d?s <hash> ?1?1?1?1?1?1?1?1?1?1?1?1
oclHashcat64 -m 1731 -a 3 -o "C:\Data\pw.txt" <hash>
But only get:
Session.Name...: oclHashcat
Status.........: Running
Input.Mode.....: Mask (?1?2?2?2?2) [5]
Hash.Target....: 0x0200df<deleted>...
Hash.Type......: MSSQL(2012)
Time.Started...: Fri Nov 27 16:59:33 2015 (1 sec)
Time.Estimated.: 0 secs
Speed.GPU.#1...: 34727.9 kH/s
Speed.GPU.#2...: 43060.3 kH/s
Speed.GPU.#*...: 77788.2 kH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 104136192/104136192 (100.00%)
Rejected.......: 0/104136192 (0.00%)
HWMon.GPU.#1...: 0% Util, -1c Temp, N/A Fan
HWMon.GPU.#2...: 41% Util, -1c Temp, N/A Fan
e.g. no pw recovered.
Should I change parameters?
Other things that could be wrong?
BR
Bjorn