Skip to main content

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

Project description

Travis-CI Coverage Code Climate

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 from PyPI:

    pip install django-admin-honeypot-killua8p
  • 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_killua8p-1.0.0.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

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

django_admin_honeypot_killua8p-1.0.0-py2.py3-none-any.whl (21.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_admin_honeypot_killua8p-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django_admin_honeypot_killua8p-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7737179e64fc121b441b219fda02adb4abbcd2f5b0ae0fc17c79df5721020743
MD5 bb3da6a60f61034506c646418b00d8e2
BLAKE2b-256 8ba5f3f3619d7f10daef5d1700e2d77a638a48fb8269f3765109e6ca7602a0e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_admin_honeypot_killua8p-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ce26a261693278d3ebf809b39ba93bfe32a251eacfcf255150f153437c10e599
MD5 50b96258bca33db22077e2d2e12eb543
BLAKE2b-256 67f509604360c68b939f1c2c46735b2454b00221557403db334d1ce8dd809c4b

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