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

tl;dr

  • Install django-admin-honeypot from PyPI:

    pip install django-admin-honeypot
  • Add admin_honeypot to INSTALLED_APPS

  • Update your urls.py:

    urlpatterns = patterns(''
        ...
        url(r'^admin/', include('admin_honeypot.urls', namespace='admin_honeypot')),
        url(r'^secret/', include(admin.site.urls)),
    )
  • Run python manage.py migrate

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-1.0.0.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

django_admin_honeypot-1.0.0-py2.py3-none-any.whl (21.8 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for django-admin-honeypot-1.0.0.tar.gz
Algorithm Hash digest
SHA256 94e5606ba193c3c205af73864f774032c8013aa26d707b5fcf81037939f1930e
MD5 f453e84557297d7a603bc92be4508251
BLAKE2b-256 6d457840fd441ca65aa960b2030e4c9805f20e5ce6f9785fcbf4f634021b9aae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_admin_honeypot-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 65e1c2e2049058727556b22bb6dd6f7177fd2b930a0cc63c105ea547544dda3f
MD5 9eaa663a80e563a2c450da9682709cbc
BLAKE2b-256 418f820bde95c5081c86d4da097d248adf5bd7d517df495d12dd359bead54946

See more details on using hashes here.

Supported by

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