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.
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 = patterns('' ... url(r'^admin/', include('admin_honeypot.urls', namespace='admin_honeypot')), url(r'^secret/', include(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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-admin-honeypot-1.1.0.tar.gz.
File metadata
- Download URL: django-admin-honeypot-1.1.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e18a52832b82740917737873c6f34117d15631565e9e4b7dbb9df48a29250796
|
|
| MD5 |
94bbcce410868afdfd3f33465e302f37
|
|
| BLAKE2b-256 |
d8eaa6b3183bf37142ecd68c6817d4e2efac236b4372af510a7698d4768f2b34
|
File details
Details for the file django_admin_honeypot-1.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_admin_honeypot-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e72753f5cbda88d909292d9f3fe7741fb74a8afad083f96e86114238f9b364
|
|
| MD5 |
58a71c39cb27bf956e6ccc888d0e5587
|
|
| BLAKE2b-256 |
54450824117be90ea11de2d25c7794635ca340bfd25271eb5ca1849c60b11fd5
|