Hashcat 4.1.0 slow speed
#6
Note that you can still have full cracking speed even with a static prefix mask for slow hashes like WPA by using a pipe.

Full speed test:

Code:
root@ht:~/hashcat# ./hashcat -b -m 2500

...

Speed.Dev.#1.....:    62363 H/s (81.34ms) @ Accel:128 Loops:32 Thr:1024 Vec:1

With a pipe example (make sure to write the prefix backwards):

Code:
root@ht:~/hashcat# ./hashcat -a 3 ?a?a?a! --stdout | ./hashcat -m 2500 hashcat.hccapx -j '^h ^s ^a ^h' -w 3
hashcat (v4.1.0-29-g547025ec) starting...

...

Starting attack in stdin mode...

...

Speed.Dev.#1.....:    62680 H/s (81.33ms) @ Accel:128 Loops:32 Thr:1024 Vec:1

...

a895f7d62ccc3e892fa9e9f9146232c1:aef50f22801c:987bdcf9f950:8381533406003807685881523:hashcat!

Status...........: Cracked


Messages In This Thread
Hashcat 4.1.0 slow speed - by camer333 - 05-11-2018, 07:14 PM
RE: Hashcat 4.1.0 slow speed - by philsmd - 05-11-2018, 09:12 PM
RE: Hashcat 4.1.0 slow speed - by camer333 - 05-11-2018, 11:53 PM
RE: Hashcat 4.1.0 slow speed - by undeath - 05-12-2018, 11:30 AM
RE: Hashcat 4.1.0 slow speed - by camer333 - 05-12-2018, 02:02 PM
RE: Hashcat 4.1.0 slow speed - by atom - 06-16-2018, 02:10 PM
RE: Hashcat 4.1.0 slow speed - by royce - 06-16-2018, 10:05 PM