Bypassing Django-Defender IP Based Restriction

Lock Restriction

Hi there

Few minutes ago, I saw one of  tweet. I love Django and community that supports with their open source modules such as Django-Defender thus I’ve decided to look at source code from security perspective. 

What is Django-Defender ?

A simple Django reusable app that blocks people from brute forcing login attempts. The goal is to make this as fast as possible, so that we do not slow down the login attempts.

https://github.com/kencochrane/django-defender

Read more