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
  • 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-dlan-1.1.0.tar.gz (11.9 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_dlan-1.1.0-py2.py3-none-any.whl (21.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-admin-honeypot-dlan-1.1.0.tar.gz.

File metadata

File hashes

Hashes for django-admin-honeypot-dlan-1.1.0.tar.gz
Algorithm Hash digest
SHA256 bd6e8e9dc80e092793051a126c5e32fbdfeb1f6fd251f048e17ac19fbad85e85
MD5 e50c8817c57421063be0d15b2369fd01
BLAKE2b-256 8ecd84a4b30b1eacf4f908b2446a64a39aea6f13f20946d49ecee32e272fcc73

See more details on using hashes here.

File details

Details for the file django_admin_honeypot_dlan-1.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_honeypot_dlan-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7a0c1ac37844dd3ee17ba92d8f7030f0faa1751661148a27f48986dc86fd2f53
MD5 c684eb41d2c25b6d323384e8f2c7be42
BLAKE2b-256 42f45e55e9cdaef4516f40cb396f0058ac5761067c258623cb38d95c377534d6

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