Skip to content

maulik13/django-antibrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antibrute

This app helps to prevent brute force attack on the login view. The app keeps track of failed attempts with ip addresses. If a certain number of failed attempts are recorded on a particular user name then the user name is locked for few seconds.

Refer to the docs for details on how to configure different functions of the app.

With the recorded failure data, it is possible to detect if the attack is distributed. At present there are no direct feature utilizing this but can be added in the future.

For documentation read "howto" in docs.

About

Project login view against brute force attack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages