Modifying hashcats optimized kernel
#1
So i'm trying to modify the optimized kernel of hashcat and bring its speed up for certain attacks I prefer to run.


Long story short - optimized kernels on MD5(Mode 0) with (attack mode 0) run a maximum password length of 31. I think i've narrowed it down to this file here:


https://github.com/hashcat/hashcat/blob/...timized.cl

Running a large dictionary file with large rules - using maximum lengths don't work in conjunction with optimized kernels - so i'm just trying to bring down the maximum length under optimized kernels to 18 from 31. Possibly even have a version with a max of 14.
Reply


Messages In This Thread
Modifying hashcats optimized kernel - by Robot - 04-20-2021, 01:21 AM