mrheinen / lophiid

A distributed honeypot for monitoring large scale web attacks
GNU General Public License v2.0
6 stars 1 forks source link

Add a UI page for p0f results #24

Open mrheinen opened 2 months ago

mrheinen commented 2 months ago

It would be nice to have a page in the UI to see all p0f results. These are already stored in a table so it's just a matter of:

Copying one of the existing page combos (e.g. the new EventsList.vue and EventsForm.vue) Adding doc= strings to the p0f_result struct in the database.go file