new module: md5 with substitution
#3
(05-13-2022, 09:27 AM)phaphip Wrote: how to brute force such a hash with all alphanumeric 6 char strings?

You need to create custom module.

But there is more simple and fast way. Total number of passwords is small (36^6 = 2'176'782'336), you can easily process all combinations without using GPU. For example, you can write short PHP or Python script.
Reply


Messages In This Thread
new module: md5 with substitution - by phaphip - 05-09-2022, 07:22 PM
RE: new module: md5 with substitution - by nick8606 - 05-13-2022, 02:47 PM