hackern0v1c3 / CanaryPi

Startup project to create a simple to deploy honey pot style detection tool for alerting on common network attacks
39 stars 1 forks source link

Temp File Handeling Cleanup #2

Open hackern0v1c3 opened 4 years ago

hackern0v1c3 commented 4 years ago

The attack and notification file handeling and logic right now is all just PoC to get alerting working. I will probably refactor this mess to use a db or other more organized methods.

hackern0v1c3 commented 4 years ago

Removed notification files. Using in memory handling instead