django bruteforce protection:对基于Redis的Django项目的蛮力保护。 简单强大可扩展 源码
杰布鲁特 DjBrut-针对Django项目的简单暴力保护。 默认检查器: IP的最大请求数。 用户的最大请求数。 最多请求一个CSRF令牌(愚蠢但有效)。 最高要求频率限制。 DjBrut使用Redis作为所有计数器的存储。 安装 pip install djbrut 用法 from django . http import HttpResponse from djbrut import Attempt def some_view ( request ): attempt = Attempt ( 'some rule type name' , request )
文件列表
django-bruteforce-protection-master.zip
(预估有个27文件)
django-bruteforce-protection-master
.gitignore
70B
setup.cfg
70B
README.md
3KB
README.rst
3KB
logo.png
15KB
LICENSE
7KB
Pipfile
148B
requirements.txt
27B
example
暂无评论