WoTTsecurity / api

API and Dashboard
https://dash.wott.io
MIT License
0 stars 2 forks source link

portscan.netstat format issue #815

Open a-martynovich opened 4 years ago

a-martynovich commented 4 years ago

With some versions of psutils the result of netstat is [{'ip': '<ip_addr>', 'port':<port>}, ...] while the server expects it to be [('<ip_addr>', <port>), ...]. This leads to empty columns in Open Connections table. Sentry This format should either be converted or be dealt with.