Skip to main content

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 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-honeypot-2024-1.0.0.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

django_admin_honeypot_2024-1.0.0-py2.py3-none-any.whl (21.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-admin-honeypot-2024-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-admin-honeypot-2024-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7d295ce7e90a128d14e6ca1b1b28cf6bec5944488ceebbd33f67e0604843c5ad
MD5 411165bd35e40aa348a6bf7e83d7a510
BLAKE2b-256 9e4900550e5895e245fcd03c2f9e82a55e1591afdb97d745b11035dcb639b8d3

See more details on using hashes here.

File details

Details for the file django_admin_honeypot_2024-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_honeypot_2024-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b26150bbeaf412c66e0318a62a00df71fb71d086a897e6520a7bb9a20ea5cdf6
MD5 ee82cb79893d60a708963d261be56bea
BLAKE2b-256 fbd6f1aadb16e92f7b39c0b6dbff9f0de77fc94db5fce0eb5c38db98781b47ed

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page