Django-admin-honeypot +
March 13, 2023 ยท View on GitHub
Fake Django admin login screen to log and notify admins of attempted unauthorized access.
Features
- Automatically notifies admins (from the
ADMINS_EMAILenvironment variable) if a user tries to enter the fake admin page. - Real page path can be set with the
ADMIN_URLenvironment variable to hide it from attackers.
Integration to Hackassistant
- Integrated the library with configurations that can be found at the library documentation.
Future work
- Maybe make honeypot for register page or others.