A fake Django admin login screen to notify admins of attempted unauthorized access.
Project description
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)), )
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-0.3.0.tar.gz.
File metadata
- Download URL: django-admin-honeypot-0.3.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6665fcaafcc50041d7fdf30856bb2031e2ab7c8b869d99d61dece602eb580b1
|
|
| MD5 |
bba8d672445b00f79799a3a9dbf2adf4
|
|
| BLAKE2b-256 |
e040cbdc567e6e9fec074b97e08653c1316994fa7977601edf8cba7a48a3f58e
|
File details
Details for the file django_admin_honeypot-0.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_admin_honeypot-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6309962924c9be177db6529f0fad3c6e3249126f40589adcd7f9a6678218a67d
|
|
| MD5 |
0b49e4c911a962bec4946e628c6b18e8
|
|
| BLAKE2b-256 |
d94e11912685ea111c90946ed4947501683cf55d18f1431af166e60dc9923cb8
|