05-13-2022, 02:47 PM
(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.