01-26-2022, 06:20 AM
I suppose your task can't be solved by script. You need specific module for using with hashcat:
md5($salt1.strtoupper(md5($pass)).$salt2)
And yes, this module will be twice slower in comparison with simple MD5.
md5($salt1.strtoupper(md5($pass)).$salt2)
And yes, this module will be twice slower in comparison with simple MD5.