mrheinen / lophiid

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

Store ports that honeypots listen on in the database #67

Closed mrheinen closed 5 days ago

mrheinen commented 1 week ago

The honeypots already send them with the status proto message. We should add an array field for http and https ports to the honeypot table and then store the values in the database.

mrheinen commented 5 days ago

Done with PR https://github.com/mrheinen/lophiid/pull/68