A fake Django admin login screen to notify admins of attempted unauthorized access.
Project description
django-admin-honeypot-2024
django-admin-honeypot-2024 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: xcai
- Version: 1.1.0
- License: MIT
Documentation
- Install django-admin-honeypot from PyPI:
pip install django-admin-honeypot-2024
- Add
admin_honeypot
toINSTALLED_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
File details
Details for the file django-admin-honeypot-2024-1.0.0.tar.gz
.
File metadata
- Download URL: django-admin-honeypot-2024-1.0.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d295ce7e90a128d14e6ca1b1b28cf6bec5944488ceebbd33f67e0604843c5ad |
|
MD5 | 411165bd35e40aa348a6bf7e83d7a510 |
|
BLAKE2b-256 | 9e4900550e5895e245fcd03c2f9e82a55e1591afdb97d745b11035dcb639b8d3 |
File details
Details for the file django_admin_honeypot_2024-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_admin_honeypot_2024-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b26150bbeaf412c66e0318a62a00df71fb71d086a897e6520a7bb9a20ea5cdf6 |
|
MD5 | ee82cb79893d60a708963d261be56bea |
|
BLAKE2b-256 | fbd6f1aadb16e92f7b39c0b6dbff9f0de77fc94db5fce0eb5c38db98781b47ed |