Mellt icon indicating copy to clipboard operation
Mellt copied to clipboard

Take into account dictionary attacks

Open ravisorg opened this issue 10 years ago • 1 comments

Try and detect when the user is basing their password off a word (or multiple words) and then calculate brute force time based on that knowledge. Include common things like l33t spelling replacements, mixed case, etc.

ravisorg avatar Mar 23 '15 01:03 ravisorg

I actually have the l337 speak replacements built into a project I created from forking this. If you'd like to use that portion of it in your project, it's the least I could do since your project was what inspired me to create it in the first place.

https://github.com/UberNerdBoy/Brutus/blob/master/Brutus.class.php

gh-o-st avatar Jun 09 '19 05:06 gh-o-st