Hi, I'mm looking at the python bindings it doesn't seem like its possible to do what i would like to.
Essentially i have a bunch of MD5 samples and i would like to crack the seed for these since they are essentially generated like this: md5(rand()).
Is it possible to hash each brute-force attempt before making the calculation. Or, ideally, allow performing arbitrary transformations on it? and then still returning the original seed value of course.
Kind of like the tamper-scripts for SQLMap.
Hi, I'mm looking at the python bindings it doesn't seem like its possible to do what i would like to. Essentially i have a bunch of MD5 samples and i would like to crack the seed for these since they are essentially generated like this: md5(rand()).
Is it possible to hash each brute-force attempt before making the calculation. Or, ideally, allow performing arbitrary transformations on it? and then still returning the original seed value of course. Kind of like the tamper-scripts for SQLMap.