django-admin-honeypot 0.2.1
A fake Django admin login screen to notify admins of attempted unauthorized access.
A fake Django admin login screen to notify admins of attempted unauthorized access. This app was inspired by discussion in and around Paul McMillan's security talk at DjangoCon 2011.
Basic Usage:
Add admin_honeypot to settings.INSTALLED_APPS
Update urls.py:
urlpatterns = patterns('' ... url(r'^admin/', include('admin_honeypot.urls')), url(r'^secret/', include(admin.site.urls)), )
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-admin-honeypot-0.2.1.tar.gz (md5) | Source | 2012-01-10 | 5KB | 367 | |
- Author: Derek Payton
- Home Page: https://github.com/dmpayton/django-admin-honeypot
- Download URL: https://github.com/dmpayton/django-admin-honeypot/tarball/v0.2.1
- Keywords: django admin honeypot trap
- License: MIT License
- Categories
- Package Index Owner: dmpayton
- DOAP record: django-admin-honeypot-0.2.1.xml
