How to create a script that does the following....? (multiple hashings)
#2
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.
Reply


Messages In This Thread
RE: How to create a script that does the following....? (multiple hashings) - by nick8606 - 01-26-2022, 06:20 AM