Skip to main content

A fake Django admin login screen to notify admins of attempted unauthorized access.

Project description

pypi version pypi downloads

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.

Documentation

http://django-admin-honeypot.readthedocs.io

tl;dr

  • Install django-admin-honeypot-blag from PyPI:

    pip install django-admin-honeypot-blag
  • 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_blag-1.2.0.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

django_admin_honeypot_blag-1.2.0-py2.py3-none-any.whl (21.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_admin_honeypot_blag-1.2.0.tar.gz.

File metadata

File hashes

Hashes for django_admin_honeypot_blag-1.2.0.tar.gz
Algorithm Hash digest
SHA256 7ed69d8aa44109704aee4e8f1a6a09349d63e04ae8dd82bbeb5d5f2a5430244c
MD5 157a2df401efd7d8ff9b0399f3755a0c
BLAKE2b-256 57bf8d907ded2e6a63c864edb3cf5294cbe5a0348e30c79f33fc972212d7d316

See more details on using hashes here.

Provenance

File details

Details for the file django_admin_honeypot_blag-1.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_honeypot_blag-1.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 11b52fa10dc7c040706b0344b3335a8eaf29714ba0d6af04174fc5bde94a93ed
MD5 182e271ec06e3db5012b4787cedb4b7d
BLAKE2b-256 fbef6d8a8d2a148428b20170fa4e9942967cf8d6eac345613572c1413377a434

See more details on using hashes here.

Provenance

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