django-admin-honeypot-2024
==========================
**django-admin-honeypot-2024** 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.
* **Author**: [xcai](https://github.com/xcai/django-admin-honeypot)
* **Version**: 1.1.0
* **License**: MIT
Documentation
=============
* Install django-admin-honeypot from PyPI:
```
pip install django-admin-honeypot-2024
```
* 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
Raw data
{
"_id": null,
"home_page": "https://github.com/xcai/django-admin-honeypot",
"name": "django-admin-honeypot-2024",
"maintainer": "xcai",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "xxiaocai517@gmail.com",
"keywords": "django admin honeypot trap",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/9e/49/00550e5895e245fcd03c2f9e82a55e1591afdb97d745b11035dcb639b8d3/django-admin-honeypot-2024-1.0.0.tar.gz",
"platform": null,
"description": "django-admin-honeypot-2024\r\n==========================\r\n\r\n**django-admin-honeypot-2024** is a fake Django admin login screen to log and notify\r\nadmins of attempted unauthorized access. This app was inspired by discussion\r\nin and around Paul McMillan's security talk at DjangoCon 2011.\r\n\r\n* **Author**: [xcai](https://github.com/xcai/django-admin-honeypot)\r\n* **Version**: 1.1.0\r\n* **License**: MIT\r\n\r\nDocumentation\r\n=============\r\n\r\n* Install django-admin-honeypot from PyPI:\r\n```\r\n pip install django-admin-honeypot-2024\r\n```\r\n* Add ``admin_honeypot`` to ``INSTALLED_APPS``\r\n* Update your urls.py:\r\n```\r\n urlpatterns = [\r\n ...\r\n path('admin/', include('admin_honeypot.urls', namespace='admin_honeypot')),\r\n path('secret/', admin.site.urls),\r\n ]\r\n```\r\n\r\n* Run ``python manage.py migrate``\r\n\r\nNOTE: replace ``secret`` in the url above with your own secret url prefix\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "A fake Django admin login screen to notify admins of attempted unauthorized access.",
"version": "1.0.0",
"project_urls": {
"Download": "https://github.com/xcai/django-admin-honeypot/tarball/v1.0.0",
"Homepage": "https://github.com/xcai/django-admin-honeypot"
},
"split_keywords": [
"django",
"admin",
"honeypot",
"trap"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fbd6f1aadb16e92f7b39c0b6dbff9f0de77fc94db5fce0eb5c38db98781b47ed",
"md5": "ee82cb79893d60a708963d261be56bea",
"sha256": "b26150bbeaf412c66e0318a62a00df71fb71d086a897e6520a7bb9a20ea5cdf6"
},
"downloads": -1,
"filename": "django_admin_honeypot_2024-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee82cb79893d60a708963d261be56bea",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 21468,
"upload_time": "2024-10-10T03:23:03",
"upload_time_iso_8601": "2024-10-10T03:23:03.456072Z",
"url": "https://files.pythonhosted.org/packages/fb/d6/f1aadb16e92f7b39c0b6dbff9f0de77fc94db5fce0eb5c38db98781b47ed/django_admin_honeypot_2024-1.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e4900550e5895e245fcd03c2f9e82a55e1591afdb97d745b11035dcb639b8d3",
"md5": "411165bd35e40aa348a6bf7e83d7a510",
"sha256": "7d295ce7e90a128d14e6ca1b1b28cf6bec5944488ceebbd33f67e0604843c5ad"
},
"downloads": -1,
"filename": "django-admin-honeypot-2024-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "411165bd35e40aa348a6bf7e83d7a510",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 12974,
"upload_time": "2024-10-10T03:23:05",
"upload_time_iso_8601": "2024-10-10T03:23:05.470261Z",
"url": "https://files.pythonhosted.org/packages/9e/49/00550e5895e245fcd03c2f9e82a55e1591afdb97d745b11035dcb639b8d3/django-admin-honeypot-2024-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-10 03:23:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xcai",
"github_project": "django-admin-honeypot",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "django-admin-honeypot-2024"
}