07-05-2017, 02:16 AM
(07-05-2017, 12:21 AM)fart-box Wrote: Thank you, Mrfancypants! Maybe I'm getting too old for this, but Python never even crossed my mind for some reason. Less than a minute after booting up Linux, your code was running perfectly, as advertised.
Now I'm trying to find some correlation between the output of your code and the actual passwords we're hoping to find. I'm sure you've already exhausted that route, but sometimes two heads are better than one.
One interesting note though. One of the passwords on that list you provided contained the lower case letter 'L', which was omitted from your character set. After inserting the letter 'l' into your character set, I tried running a couple dozen random passwords (from your list) through the revised code and all those trailing zero's went away.
I'll keep playing with this and I'll be sure to let you know if I find anything else of interest.
I'm pretty sure that lower case L was a typo, for this exact reason. It might have been an 'i'.