10-28-2020, 03:59 PM
Pie in the sky ... imagine a flag for hashcat like --cut-hash that takes a paired argument like mp64 [integer]:[integer], with the absolute range of characters that should be matched in the hash, starting with 1 to make the math easier.
For example, for 31-character truncated MD5, the syntax would be
Of course, this might not be possible for optimized kernels, etc. But it sure would be handy to be able to do this quickly with hashcat.
For example, for 31-character truncated MD5, the syntax would be
Code:
--cut-hash 1:31
Of course, this might not be possible for optimized kernels, etc. But it sure would be handy to be able to do this quickly with hashcat.
~