MD5 substring
#1
I got a list of ~1300 hashes along with unique salts. The passwords are hashed using 
Code:
substr(md5(salt + pass), 0, 13)
I read https://hashcat.net/forum/thread-1977.html and I've tried to write my own program but I can't make it fast enough for 13-hexadecimal-digits hashes.

My questions are
1. That thread I linked is a couple years old. Is this possible in hashcat now in 2017?
2. Can I add some kind extension to hashcat to make it possible?
3. Can someone help me write a program for this? Or tell me how to optimize it.
4. Will it ever be added? Any ETA?


Messages In This Thread
MD5 substring - by Diapa - 01-08-2017, 10:12 PM
RE: MD5 substring - by epixoip - 01-08-2017, 10:26 PM
RE: MD5 substring - by Diapa - 01-08-2017, 11:11 PM
RE: MD5 substring - by Diapa - 01-08-2017, 11:13 PM
RE: MD5 substring - by Diapa - 01-08-2017, 11:27 PM
RE: MD5 substring - by royce - 01-08-2017, 11:48 PM
RE: MD5 substring - by royce - 01-09-2017, 12:14 AM
RE: MD5 substring - by Diapa - 01-09-2017, 12:49 AM
RE: MD5 substring - by royce - 01-09-2017, 01:12 AM
RE: MD5 substring - by epixoip - 01-09-2017, 02:21 AM