How to create a script that does the following....? (multiple hashings)
#3
(01-26-2022, 06:20 AM)nick8606 Wrote: 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.

This makes sense.  Do you have any suggestions on how to develop this module?
Reply


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