Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 607 Bytes

admin_honeypot.md

File metadata and controls

16 lines (9 loc) · 607 Bytes

Django-admin-honeypot +

Fake Django admin login screen to log and notify admins of attempted unauthorized access.

Features

  • Automatically notifies admins (from the ADMINS_EMAIL environment variable) if a user tries to enter the fake admin page.
  • Real page path can be set with the ADMIN_URL environment 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.