
Security News
Feross on Risky Business Weekly Podcast: npm’s Ongoing Supply Chain Attacks
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
django-admin-honeypot-updated-2021
Advanced tools
A fake Django admin login screen to notify admins of attempted unauthorized access.
.. image:: https://img.shields.io/pypi/v/django-admin-honeypot.svg :target: https://pypi.python.org/pypi/django-admin-honeypot/ :alt: pypi version
.. image:: https://travis-ci.org/dmpayton/django-admin-honeypot.svg?branch=develop :target: https://travis-ci.org/dmpayton/django-admin-honeypot :alt: Travis-CI
.. image:: https://coveralls.io/repos/dmpayton/django-admin-honeypot/badge.svg?branch=develop :target: https://coveralls.io/r/dmpayton/django-admin-honeypot :alt: Coverage
.. image:: https://codeclimate.com/github/dmpayton/django-admin-honeypot/badges/gpa.svg?branch=develop :target: https://codeclimate.com/github/dmpayton/django-admin-honeypot :alt: Code Climate
.. image:: https://pepy.tech/badge/django-admin-honeypot :target: https://pepy.tech/project/django-admin-honeypot :alt: 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.
Derek Payton <http://dmpayton.com/>
_http://django-admin-honeypot.readthedocs.io
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
FAQs
A fake Django admin login screen to notify admins of attempted unauthorized access.
We found that django-admin-honeypot-updated-2021 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.