Cracking hash of the type md5(substr(md5($pass)).$salt)
#2
I have a program I wrote a while back that can get you half way there:

https://github.com/epixoip/md5substr

This will handle the substr(md5(pass)) part. You would just need to wrap it in md5 + salt.
Reply


Messages In This Thread
RE: Cracking hash of the type md5(substr(md5($pass)).$salt) - by epixoip - 06-28-2019, 11:32 PM