-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
PASSWORD_SPRAY not working #18994
Comments
What the log doesn't show is it getting to |
What's the behavior you were expecting? 👀
Edit: Race condition between our posts; I see a difference in my error versus yours I'm assuming |
Regular password brute force attack would try user1 with every password before moving on. |
#9634 introduced this option, either ldap_login implementation did not take into account this option or there is some regression. |
I think the difference between @jmartin-tech what do you think? |
Maybe all that is needed is to generate an array of user and pass using
Or
|
Maybe we can fix Though it doesn't seem to have access to the |
@mubix try to see if this PR fixes your issue |
We might want to remove the deregister found in |
I also tried it with pure-ftpd:
|
@mubix there is a PR in the works, can you look into it? and see if it is what you expected? |
@nrathaus Fix worked for me thanks! |
Results in still hitting users
The text was updated successfully, but these errors were encountered: