In my setup -w 3
UPD:
i think i found! "CPU hashcat" is slow.
if i send all password to file; file pipe to oclhashcat via stdin, speed oclHashcat is normal.
..\hashcat-0.49\hashcat-cliAVX2.exe -r bf.rule "D:\wordlist\concentrate" --stdout > manual
type manual | cudaHashcat64.exe -a 0 -m 2500 -w 2 --session=s6 --gpu-temp-abort=90 --gpu-temp-retain=90 -o "D:\keys\hash_found.txt" --outfile-format=3 D:\keys\step6\out80.hccap
Rule file
Measured "CPU hashcat" with chronometer: ~260 000 words / sec goes out via stdout. (cli64, cliXOP,cliAVX speed is similar)
How i can accelerate "CPU hashcat" for fastest --stdout generated?
Quote:Speed.GPU.#1...: 153.8 kH/s
Speed.GPU.#2...: 0 H/s
Speed.GPU.#3...: 0 H/s
Speed.GPU.#*...: 153.8 kH/s
UPD:
i think i found! "CPU hashcat" is slow.
if i send all password to file; file pipe to oclhashcat via stdin, speed oclHashcat is normal.
..\hashcat-0.49\hashcat-cliAVX2.exe -r bf.rule "D:\wordlist\concentrate" --stdout > manual
type manual | cudaHashcat64.exe -a 0 -m 2500 -w 2 --session=s6 --gpu-temp-abort=90 --gpu-temp-retain=90 -o "D:\keys\hash_found.txt" --outfile-format=3 D:\keys\step6\out80.hccap
Quote:Session.Name...: s6
Status.........: Running
Input.Mode.....: Pipe
Hash.Target....: ********* (********* <-> *********)
Hash.Type......: WPA/WPA2
Time.Started...: Sat Mar 14 22:18:08 2015 (20 secs)
Speed.GPU.#1...: 144.1 kH/s
Speed.GPU.#2...: 121.6 kH/s
Speed.GPU.#3...: 126.2 kH/s
Speed.GPU.#*...: 391.9 kH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 8671920
Skipped........: 0
Rejected.......: 874680
HWMon.GPU.#1...: 99% Util, 66c Temp, N/A Fan
HWMon.GPU.#2...: 95% Util, 69c Temp, N/A Fan
HWMon.GPU.#3...: 95% Util, 68c Temp, N/A Fan
Rule file
Quote:$0$0$0$0
.....
$9$9$9$9
Measured "CPU hashcat" with chronometer: ~260 000 words / sec goes out via stdout. (cli64, cliXOP,cliAVX speed is similar)
How i can accelerate "CPU hashcat" for fastest --stdout generated?