Micah Hoffman

Results 85 comments of Micah Hoffman

I've added a few of these to the JSON. Others I've checked and many are behind authwalls or just don't have web-accessible (non-app) data. I'm going to go ahead and...

Ah. so for the string "pink", if the --mangle flag was passed, then anything mangled "p1nk", "Pink"... would be noted under the non-mangled pink string with an identifier showing that...

Yes. A password unmangle. And you are correct that there will be FPs. Right now there are false negatives because I have "L0ve" and "lov3" in my cracked passwords and...

Hmm. Aren't there already duplicates? For US zip codes "Micah'sZip21953" could already be flagged for the year 1953. So I don't think the duplicate entries is a new thing. I...

I agree Robin. Password mangling is almost a one-way function...or at least requires an analyst to give eyes on it. In my crack-file I have the following entries that are...

An alternative to having pipal do the unmangle would be for the checker-writer to just add extra strings that were mangled to their check list. Right? So in my file...

I agree it is less efficient but, may have higher success rate (or lower FP rate). Pipal does case insensitive matching right? So we wouldn't have to worry about case,...

Thanks for doing this update. I honestly didn't know people used this script. Unfortunately, I think you may need to make more edits for the script to be Python 3...

In my browser, I'm getting 200 response codes for both cases (missing and found). Can you check on that?