packetchaos / navi

A Command-line tool which leverages the Tenable.io API to reduce the time it takes to get information that is common during remediation or a troubleshooting event
GNU General Public License v3.0
72 stars 26 forks source link

Feature Request - search for IPs with wildcards and apply tags. #34

Open preppietechie opened 1 year ago

preppietechie commented 1 year ago

I need to search for assets by IP using wildcards. For example:

..*.002 might return

192.168.68.2

I'd like to then be able to take those assets and apply a tag do them.

packetchaos commented 1 year ago

I like this idea. I will see what type of queries SQLite will allow to net the out come you're looking for.

preppietechie commented 1 year ago

Cool, thanks for looking into it!

packetchaos commented 1 year ago

Looks like the only way to get this functionality is to use regex. I don't have it turned on in the SQLite DB in navi; yet.

I will do some research on this functionality and look to implement it in a few months.