08-30-2019, 05:22 AM
Ok, I've been putting in a lot of time to dink with this since my last reply and I have to admit I have no idea why this is getting such slow speeds with commands that ought to be working.
hashcat64.exe d:\wordlists\000webhost.txt -r rules\best64.rule --stdout | hashcat64.exe -m0 d:\hashlists\Random\Quillen.txt -O --status
The example command from the FAQ for an amplified attack is -
./hashcat64.bin --stdout wordlist.txt -r rules/best64.rule | ./hashcat64.bin -m 2500 test.hccapx
But with MD5 hashes you can see the speed above is... really slow. Feeding the command larger dictionaries or more rules has no significant impact. Ideas?
hashcat64.exe d:\wordlists\000webhost.txt -r rules\best64.rule --stdout | hashcat64.exe -m0 d:\hashlists\Random\Quillen.txt -O --status
Quote:Session..........: hashcat
Status...........: Running
Hash.Type........: MD5
Hash.Target......: (redacted)
Time.Started.....: Thu Aug 29 21:17:16 2019 (30 secs)
Time.Estimated...: Thu Aug 29 21:17:46 2019 (0 secs)
Guess.Base.......: Pipe
Speed.#1.........: 126.1 kH/s (0.19ms) @ Accel:64 Loops:1 Thr:256 Vec:1
Speed.#2.........: 172.1 kH/s (2.05ms) @ Accel:128 Loops:1 Thr:256 Vec:1
Speed.#3.........: 164.3 kH/s (0.50ms) @ Accel:256 Loops:1 Thr:256 Vec:1
Speed.#4.........: 120.7 kH/s (0.31ms) @ Accel:128 Loops:1 Thr:256 Vec:1
Speed.#*.........: 583.2 kH/s
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 12586004
Rejected.........: 3092
Restore.Point....: 0
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Restore.Sub.#2...: Salt:0 Amplifier:0-1 Iteration:0-1
Restore.Sub.#3...: Salt:0 Amplifier:0-1 Iteration:0-1
Restore.Sub.#4...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidates.#1....: tufi -> liamsufc124
Candidates.#2....: hafez801237 -> il.cil.c
Candidates.#3....: cerberos849 -> vtnfkk0bcrfntkm
Candidates.#4....: liamsufc125 -> cerberos848
Hardware.Mon.#1..: Temp: 31c Fan: 36% Util: 0% Core:1515MHz Mem:6800MHz Bus:1
Hardware.Mon.#2..: Temp: 27c Fan: 40% Util: 0% Core:1480MHz Mem:5005MHz Bus:1
Hardware.Mon.#3..: Temp: 29c Fan: 40% Util: 29% Core:1632MHz Mem:3802MHz Bus:1
Hardware.Mon.#4..: Temp: 30c Fan:100% Util: 0% Core:1189MHz Mem:3304MHz Bus:1
The example command from the FAQ for an amplified attack is -
./hashcat64.bin --stdout wordlist.txt -r rules/best64.rule | ./hashcat64.bin -m 2500 test.hccapx
But with MD5 hashes you can see the speed above is... really slow. Feeding the command larger dictionaries or more rules has no significant impact. Ideas?