Django-axes +
March 13, 2023 ยท View on GitHub
Axes is a Django plugin for keeping track of suspicious login attempts for your Django based website and implementing simple brute-force attack blocking.
Features
- Stops bruteforce attacks to the login page. It looks at the IP and blocks if it misses 3 times in a row.
Integration to Hackassistant
- Integrated on the login page and can be configured with the library configurations
Future work
- No future work