Skip to main content

A fake Django admin login screen to notify admins of attempted unauthorized access. Compatible with latest Django versions.

Project description

Travis-CI Coverage Code Climate

django-honeypot-admin 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.

  • Original Author: Derek Payton

  • Current Maintainer: Vignesh (Alien501)

  • Version: 2.0.0

  • License: MIT

  • Django Compatibility: 3.2+ (Latest Django versions supported)

Documentation

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

tl;dr

  • Install django-honeypot-admin from PyPI:

    pip install django-honeypot-admin
  • 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_honeypot_admin-2.0.0.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_honeypot_admin-2.0.0-py2.py3-none-any.whl (21.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_honeypot_admin-2.0.0.tar.gz.

File metadata

  • Download URL: django_honeypot_admin-2.0.0.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.6

File hashes

Hashes for django_honeypot_admin-2.0.0.tar.gz
Algorithm Hash digest
SHA256 93eafecb45722c38bebc69beb584ae5c98a98c82c3cf266e5f6f08eccabd3d90
MD5 3e009a79f9f4152bafe00a93f9912351
BLAKE2b-256 578fd338df91c03e5a961debd90b94675e5066da4d7733d1c753bc8909441cf1

See more details on using hashes here.

File details

Details for the file django_honeypot_admin-2.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_honeypot_admin-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6465938bd48f2d90ccde13a421d2ffa724850f334abc33368285f1cb10a2e805
MD5 052ae2e5771aebc8311a0802b9aaabd7
BLAKE2b-256 b8dab379da0f79b10ffb3be87bc1b0c35bf62312b35fd6344218296bdc877d81

See more details on using hashes here.

Supported by

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