vdbaan / IssueFinder

GNU Affero General Public License v3.0
8 stars 1 forks source link

Port status filtering #13

Closed roo7break closed 7 years ago

roo7break commented 7 years ago

Can you add port status as a column and filter option?

vdbaan commented 7 years ago

I'm doubting between implementing this or changing the port display to //. With the latter option you can easier mix/mash within filters. For example using open,22 would show all ports that are open (tcp and udp) or have the number 22 in their port number. I'd like to have your input on that too.

roo7break commented 7 years ago

Steven,

First, you could do with splitting the port to numbers and status. Secondly, I think text based matching could be easier as port number, status and protocol are in that field, like you mentioned above. But do make sure we can add and subtract filter options.