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

Brute force attack using different IPs #36

Open
ahmadnazir opened this issue Dec 9, 2014 · 1 comment
Open

Brute force attack using different IPs #36

ahmadnazir opened this issue Dec 9, 2014 · 1 comment

Comments

@ahmadnazir
Copy link

This bundle doesn't take into consideration that different IP addresses might be used to brute force a specific username. However, blocking the account based on multiple attempts for a specific username, irrespective of the IP address, creates another problem i.e. user A can attempt to log in as user B, hence blocking access for user B. To overcome this, we need to make sure that access for user B is allowed from a pre-saved/whitelisted IP address.

Do you have any opinion/thoughts on the matter?

@ahmadnazir ahmadnazir changed the title Bruteforce attack using different IPs Brute force attack using different IPs Dec 9, 2014
@SchizoDuckie
Copy link

I would like it a lot if there's some in-memory counter somewhere that checks how many failed attempts a specific username has had for the last 24/48 hours.

This would prevent a lot of the 'tor' attacks imo.

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