A fake Django admin login screen to notify admins of attempted unauthorized access.
Project description
django-admin-honeypot is a fake Django admin login screen to log and notify admins of attempted unauthorized access. This app was inspired by discussion in and around Paul McMillan’s security talk at DjangoCon 2011.
Original Author: Derek Payton
Version: 1.2.0
License: MIT
Documentation
http://django-admin-honeypot.readthedocs.io
tl;dr
Install django-admin-honeypot-blag from PyPI:
pip install django-admin-honeypot-blag
Add admin_honeypot to INSTALLED_APPS
Update your urls.py:
urlpatterns = [ ... path('admin/', include('admin_honeypot.urls', namespace='admin_honeypot')), path('secret/', admin.site.urls), ]
Run python manage.py migrate
NOTE: replace secret in the url above with your own secret url prefix
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_admin_honeypot_blag-1.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ed69d8aa44109704aee4e8f1a6a09349d63e04ae8dd82bbeb5d5f2a5430244c |
|
MD5 | 157a2df401efd7d8ff9b0399f3755a0c |
|
BLAKE2b-256 | 57bf8d907ded2e6a63c864edb3cf5294cbe5a0348e30c79f33fc972212d7d316 |
Close
Hashes for django_admin_honeypot_blag-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11b52fa10dc7c040706b0344b3335a8eaf29714ba0d6af04174fc5bde94a93ed |
|
MD5 | 182e271ec06e3db5012b4787cedb4b7d |
|
BLAKE2b-256 | fbef6d8a8d2a148428b20170fa4e9942967cf8d6eac345613572c1413377a434 |