Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take into account dictionary attacks #7

Open
ravisorg opened this issue Mar 23, 2015 · 1 comment
Open

Take into account dictionary attacks #7

ravisorg opened this issue Mar 23, 2015 · 1 comment

Comments

@ravisorg
Copy link
Owner

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.

@gh-o-st
Copy link

gh-o-st commented Jun 9, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants