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

Navi http not found in latest docker version #28

Closed spiffycell closed 2 years ago

spiffycell commented 2 years ago

It seems that navi http is not working in its latest version on the docker container:

root@49cf67e0a40f:/usr/src/app# navi http Usage: navi [OPTIONS] COMMAND [ARGS]... Try 'navi --help' for help. Error: No such command 'http'.
packetchaos commented 2 years ago

This command was removed in favor of Navi being supported by Tenable.

The navi http command was running python3 -m http.server in the background.

I will add this to the documentation.