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.
Author: Derek Payton
Version: 1.1.0
License: MIT
Documentation
http://django-admin-honeypot.readthedocs.io
tl;dr
Install django-admin-honeypot from PyPI:
pip install django-admin-honeypot
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
Release files for django-admin-honeypot-updated-2021 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-admin-honeypot-updated-2021-1.2.0.tar.gz | 13.8 kB | Details |
Release files / django-admin-honeypot-updated-2021-1.2.0.tar.gz
| Download URL | django-admin-honeypot-updated-2021-1.2.0.tar.gz |
|---|---|
| Size | 13.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab256a7cfe445db4694ff70b065d7e9bbf641a2c2b892ae1c9c4f88e187278ca
|
|
BLAKE2b-256 checksum How to use checksums |
d74b6e6baf12ecfd59a8410e42e41062c38f69287c3d21c91ca5784f725a3dd7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.6
|