Recover Password from md5
#7
(02-08-2024, 04:42 PM)rahhal81 Wrote: How can i use hashcat software or script to found the password.

Your algorithm can be defined as md5($salt1.$pass.$salt2). It is absent in current list of algorithms supported by hashcat.

Possible solutions:
1. Using module md5($pass.$salt) and $salt1 as prefix part of password.
2. Using module md5($salt.$pass) and $salt2 as suffix part of password.
3. Creating and using new module for exact algorithm md5($salt1.$pass.$salt2).
Reply


Messages In This Thread
Recover Password from md5 - by rahhal81 - 02-08-2024, 08:56 AM
RE: Recover Password from md5 - by Snoopy - 02-08-2024, 03:58 PM
RE: Recover Password from md5 - by rahhal81 - 02-08-2024, 04:42 PM
RE: Recover Password from md5 - by Snoopy - 02-08-2024, 06:15 PM
RE: Recover Password from md5 - by rahhal81 - 02-08-2024, 06:46 PM
RE: Recover Password from md5 - by Snoopy - 02-08-2024, 07:02 PM
RE: Recover Password from md5 - by nick8606 - 02-09-2024, 02:43 AM