Mask prepend string performance
#4
If it's MD5, just append the known substring as a salt. That means, have a hash file in this format:

hash:pass

And then use -m 20 to crack it with the mask ?l?l?l?l?l?l

That should give you a decent speed. Don't forget -w 3


Messages In This Thread
Mask prepend string performance - by Sydnic - 07-20-2016, 09:47 PM
RE: Mask prepend string performance - by atom - 07-21-2016, 10:24 AM
RE: Mask prepend string performance - by Sydnic - 07-21-2016, 07:01 PM
RE: Mask prepend string performance - by atom - 07-22-2016, 10:20 AM
RE: Mask prepend string performance - by Sydnic - 07-22-2016, 11:55 AM
RE: Mask prepend string performance - by atom - 07-22-2016, 12:06 PM